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.
1455 1456 1457 1458 |
# File 'lib/channel_advisor/order_service/types.rb', line 1455 def initialize(accountID = nil, orderCriteria = nil) @accountID = accountID @orderCriteria = orderCriteria end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
1452 1453 1454 |
# File 'lib/channel_advisor/order_service/types.rb', line 1452 def accountID @accountID end |
#orderCriteria ⇒ Object
Returns the value of attribute orderCriteria.
1453 1454 1455 |
# File 'lib/channel_advisor/order_service/types.rb', line 1453 def orderCriteria @orderCriteria end |