Method: OpenNebula::Image#state

Defined in:
lib/opennebula/image.rb

#stateObject

Returns the state of the Image (numeric value)



266
267
268
# File 'lib/opennebula/image.rb', line 266

def state
    self['STATE'].to_i
end