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.
1478 1479 1480 1481 |
# File 'lib/channel_advisor/order_service/types.rb', line 1478 def initialize(accountID = nil, order = nil) @accountID = accountID @order = order end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
1475 1476 1477 |
# File 'lib/channel_advisor/order_service/types.rb', line 1475 def accountID @accountID end |
#order ⇒ Object
Returns the value of attribute order.
1476 1477 1478 |
# File 'lib/channel_advisor/order_service/types.rb', line 1476 def order @order end |