Class: RunaboveImage
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
193 194 195 |
# File 'lib/runabove.rb', line 193 def detail(id) raw_call("get", "/image/#{id}") end |
#list ⇒ Object
189 190 191 |
# File 'lib/runabove.rb', line 189 def list raw_call("get", "/image") end |