Method: OpenNebula::Image#type_str

Defined in:
lib/opennebula/image.rb

#type_strObject

Returns the type of the Image (string value)



286
287
288
# File 'lib/opennebula/image.rb', line 286

def type_str
    IMAGE_TYPES[type]
end