Method: OpenNebula::MarketPlaceApp#type_str
- Defined in:
- lib/opennebula/marketplaceapp.rb
#type_str ⇒ Object
Returns the marketplace app type (string value)
266 267 268 |
# File 'lib/opennebula/marketplaceapp.rb', line 266 def type_str MARKETPLACEAPP_TYPES[type] end |