Class: ChannelAdvisor::OrderServiceSOAP::GetOrderList

Inherits:
Object
  • Object
show all
Defined in:
lib/channel_advisor/order_service/types.rb

Overview

/GetOrderList

accountID - SOAP::SOAPString
orderCriteria - ChannelAdvisor::OrderServiceSOAP::OrderCriteria

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountID = nil, orderCriteria = nil) ⇒ GetOrderList

Returns a new instance of GetOrderList.



1778
1779
1780
1781
# File 'lib/channel_advisor/order_service/types.rb', line 1778

def initialize(accountID = nil, orderCriteria = nil)
  @accountID = accountID
  @orderCriteria = orderCriteria
end

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



1775
1776
1777
# File 'lib/channel_advisor/order_service/types.rb', line 1775

def accountID
  @accountID
end

#orderCriteriaObject

Returns the value of attribute orderCriteria.



1776
1777
1778
# File 'lib/channel_advisor/order_service/types.rb', line 1776

def orderCriteria
  @orderCriteria
end