class RunaboveLabs

Public Instance Methods

detail(name) click to toggle source
# File lib/runabove.rb, line 233
def detail(name)
  raw_call("get", "/labs/#{name}")
end
list() click to toggle source
# File lib/runabove.rb, line 229
def list
  raw_call("get", "/labs")
end
subscribe(name) click to toggle source
# File lib/runabove.rb, line 237
def subscribe(name)
  raw_call("post", "/labs/#{name}")
end