class RunaboveProject
Public Instance Methods
create()
click to toggle source
# File lib/runabove.rb, line 253 def create raw_call("post", "/project") end
list()
click to toggle source
# File lib/runabove.rb, line 249 def list raw_call("get", "/project") end