Method: OpenNebula::Image#short_type_str

Defined in:
lib/opennebula/image.rb

#short_type_strObject

Returns the state of the Image (string value)



291
292
293
# File 'lib/opennebula/image.rb', line 291

def short_type_str
    SHORT_IMAGE_TYPES[type_str]
end