module Milkbottle::Client::Orders
Public Instance Methods
order(order_id, options ={})
click to toggle source
# File lib/milkbottle/client/orders.rb, line 8 def order(order_id, options ={}) get("/orders/#{order_id}", options) end
orders(options = {})
click to toggle source
# File lib/milkbottle/client/orders.rb, line 4 def orders(options = {}) get("/orders", options) end