class Fog::Compute::Clodo::Image

Public Class Methods

new(new_attributes) click to toggle source
Calls superclass method
# File lib/fog/clodo/models/compute/image.rb, line 16
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 21
def ready?
  status == 'ACTIVE'
end