Class: ChannelAdvisor::OrderServiceSOAP::GetOrderList
- Inherits:
-
Object
- Object
- ChannelAdvisor::OrderServiceSOAP::GetOrderList
- Defined in:
- lib/channel_advisor/order_service/types.rb
Overview
/GetOrderList
accountID - SOAP::SOAPString
orderCriteria - ChannelAdvisor::OrderServiceSOAP::OrderCriteria
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#orderCriteria ⇒ Object
Returns the value of attribute orderCriteria.
Instance Method Summary collapse
-
#initialize(accountID = nil, orderCriteria = nil) ⇒ GetOrderList
constructor
A new instance of GetOrderList.
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
#accountID ⇒ Object
Returns the value of attribute accountID.
1775 1776 1777 |
# File 'lib/channel_advisor/order_service/types.rb', line 1775 def accountID @accountID end |
#orderCriteria ⇒ Object
Returns the value of attribute orderCriteria.
1776 1777 1778 |
# File 'lib/channel_advisor/order_service/types.rb', line 1776 def orderCriteria @orderCriteria end |