Class: RunaboveFlavor

Inherits:
Runabove show all
Defined in:
lib/runabove.rb

Instance Attribute Summary

Attributes inherited from Runabove

#flavor, #image, #instance, #labs, #me, #price, #project, #region, #ssh, #stackMysql, #storage, #time, #token

Instance Method Summary collapse

Methods inherited from Runabove

#createConsumerKey, #initialize, #loadObjects, #raw_call, #timeServer

Constructor Details

This class inherits a constructor from Runabove

Instance Method Details

#detail(id) ⇒ Object



183
184
185
# File 'lib/runabove.rb', line 183

def detail(id)
  raw_call("get", "/flavor/#{id}")
end

#listObject



179
180
181
# File 'lib/runabove.rb', line 179

def list
  raw_call("get", "/flavor")
end