Method: OpenNebula::Image#short_type_str
- Defined in:
- lib/OpenNebula/Image.rb
#short_type_str ⇒ Object
Returns the state of the Image (string value)
216 217 218 |
# File 'lib/OpenNebula/Image.rb', line 216 def short_type_str SHORT_IMAGE_TYPES[type_str] end |