Class: RHC::Rest::Activation
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from Base
#add_message, #has_param?, #initialize, #link_href, #links, #rest_method, #supports?
Methods included from AttributesClass
Methods included from Attributes
#attribute, #attributes, #attributes=, #clear_attribute
Constructor Details
This class inherits a constructor from RHC::Rest::Base
Instance Method Details
#<=>(other) ⇒ Object
6 7 8 |
# File 'lib/rhc/rest/activation.rb', line 6 def <=>(other) other.created_at <=> created_at end |