class RHC::Rest::Activation
Public Instance Methods
<=>(other)
click to toggle source
# File lib/rhc/rest/activation.rb, line 6 def <=>(other) other.created_at <=> created_at end