Method: OpenNebula::Image#type

Defined in:
lib/opennebula/image.rb

#typeObject

Returns the type of the Image (numeric value)



281
282
283
# File 'lib/opennebula/image.rb', line 281

def type
    self['TYPE'].to_i
end