Class: ChannelAdvisor::OrderServiceSOAP::UpdateOrderList
- Inherits:
-
Object
- Object
- ChannelAdvisor::OrderServiceSOAP::UpdateOrderList
- Defined in:
- lib/channel_advisor/order_service/types.rb
Overview
/UpdateOrderList
accountID - SOAP::SOAPString
updateOrderSubmitList - ChannelAdvisor::OrderServiceSOAP::ArrayOfOrderUpdateSubmit
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#updateOrderSubmitList ⇒ Object
Returns the value of attribute updateOrderSubmitList.
Instance Method Summary collapse
-
#initialize(accountID = nil, updateOrderSubmitList = nil) ⇒ UpdateOrderList
constructor
A new instance of UpdateOrderList.
Constructor Details
#initialize(accountID = nil, updateOrderSubmitList = nil) ⇒ UpdateOrderList
Returns a new instance of UpdateOrderList.
1902 1903 1904 1905 |
# File 'lib/channel_advisor/order_service/types.rb', line 1902 def initialize(accountID = nil, updateOrderSubmitList = nil) @accountID = accountID @updateOrderSubmitList = updateOrderSubmitList end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
1899 1900 1901 |
# File 'lib/channel_advisor/order_service/types.rb', line 1899 def accountID @accountID end |
#updateOrderSubmitList ⇒ Object
Returns the value of attribute updateOrderSubmitList.
1900 1901 1902 |
# File 'lib/channel_advisor/order_service/types.rb', line 1900 def updateOrderSubmitList @updateOrderSubmitList end |