Class: RHC::Rest::Activation

Inherits:
Base show all
Defined in:
lib/rhc/rest/activation.rb

Direct Known Subclasses

Mock::MockRestActivation

Instance Method Summary collapse

Methods inherited from Base

#add_message, #has_param?, #initialize, #link_href, #links, #rest_method, #supports?

Methods included from AttributesClass

#define_attr, #model_name

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