RHC::Rest::Base
# File lib/rhc/rest/deployment.rb, line 13 def <=>(other) other.created_at <=> created_at end
# File lib/rhc/rest/deployment.rb, line 8 def activations @activations ||= attributes['activations'].map{|activation| Activation.new({:created_at => RHC::Helpers.datetime_rfc3339(activation)}, client)}.sort end
[Validate]
Generated with the Darkfish Rdoc Generator 2.