class RunaboveFlavor

Public Instance Methods

detail(id) click to toggle source
# File lib/runabove.rb, line 183
def detail(id)
  raw_call("get", "/flavor/#{id}")
end
list() click to toggle source
# File lib/runabove.rb, line 179
def list
  raw_call("get", "/flavor")
end