Class: ChannelAdvisor::OrderServiceSOAP::SubmitOrder
- Inherits:
-
Object
- Object
- ChannelAdvisor::OrderServiceSOAP::SubmitOrder
- Defined in:
- lib/channel_advisor/order_service/types.rb
Overview
/SubmitOrder
accountID - SOAP::SOAPString
order - ChannelAdvisor::OrderServiceSOAP::OrderSubmit
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#order ⇒ Object
Returns the value of attribute order.
Instance Method Summary collapse
-
#initialize(accountID = nil, order = nil) ⇒ SubmitOrder
constructor
A new instance of SubmitOrder.
Constructor Details
#initialize(accountID = nil, order = nil) ⇒ SubmitOrder
Returns a new instance of SubmitOrder.
1801 1802 1803 1804 |
# File 'lib/channel_advisor/order_service/types.rb', line 1801 def initialize(accountID = nil, order = nil) @accountID = accountID @order = order end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
1798 1799 1800 |
# File 'lib/channel_advisor/order_service/types.rb', line 1798 def accountID @accountID end |
#order ⇒ Object
Returns the value of attribute order.
1799 1800 1801 |
# File 'lib/channel_advisor/order_service/types.rb', line 1799 def order @order end |