Method: OpenNebula::Image#short_state_str
- Defined in:
- lib/opennebula/image.rb
#short_state_str ⇒ Object
Returns the state of the Image (string value)
276 277 278 |
# File 'lib/opennebula/image.rb', line 276 def short_state_str SHORT_IMAGE_STATES[state_str] end |