module Assist::ApiMethods

Public Instance Methods

cancel_order(*args) click to toggle source
# File lib/assist/api_methods.rb, line 11
def cancel_order(*args)
  WebServices::CancelOrder.new(*args).perform
end
confirm_order(*args) click to toggle source
# File lib/assist/api_methods.rb, line 15
def confirm_order(*args)
  WebServices::ConfirmOrder.new(*args).perform
end
order_status(*args) click to toggle source
# File lib/assist/api_methods.rb, line 7
def order_status(*args)
  WebServices::OrderStatus.new(*args).perform
end