Methods

Class/Module Index [+]

Quicksearch

RHC::Rest::Deployment

Public Instance Methods

<=>(other) click to toggle source
# File lib/rhc/rest/deployment.rb, line 13
def <=>(other)
 other.created_at <=> created_at
end
activations() click to toggle source
# 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.