Parent

Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::Clodo::Image

Public Class Methods

new(new_attributes) click to toggle source
# File lib/fog/clodo/models/compute/image.rb, line 18
def initialize(new_attributes)
  super(new_attributes)
  merge_attributes(new_attributes['_attr']) if new_attributes['_attr']
end

Public Instance Methods

ready?() click to toggle source
# File lib/fog/clodo/models/compute/image.rb, line 23
def ready?
  status == 'ACTIVE'
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.