Method: OpenNebula::Image#state_str
- Defined in:
- lib/opennebula/image.rb
#state_str ⇒ Object
Returns the state of the Image (string value)
271 272 273 |
# File 'lib/opennebula/image.rb', line 271 def state_str IMAGE_STATES[state] end |