Module: Assist::ApiMethods

Included in:
Assist
Defined in:
lib/assist/api_methods.rb

Instance Method Summary collapse

Instance Method Details

#cancel_order(*args) ⇒ Object



11
12
13
# File 'lib/assist/api_methods.rb', line 11

def cancel_order(*args)
  WebServices::CancelOrder.new(*args).perform
end

#confirm_order(*args) ⇒ Object



15
16
17
# File 'lib/assist/api_methods.rb', line 15

def confirm_order(*args)
  WebServices::ConfirmOrder.new(*args).perform
end

#order_status(*args) ⇒ Object



7
8
9
# File 'lib/assist/api_methods.rb', line 7

def order_status(*args)
  WebServices::OrderStatus.new(*args).perform
end