Class: RunaboveLabs

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(name) ⇒ Object



233
234
235
# File 'lib/runabove.rb', line 233

def detail(name)
  raw_call("get", "/labs/#{name}")
end

#listObject



229
230
231
# File 'lib/runabove.rb', line 229

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

#subscribe(name) ⇒ Object



237
238
239
# File 'lib/runabove.rb', line 237

def subscribe(name)
  raw_call("post", "/labs/#{name}")
end