Class: ChannelAdvisor::OrderServiceSOAP::SetOrdersExportStatus
- Inherits:
-
Object
- Object
- ChannelAdvisor::OrderServiceSOAP::SetOrdersExportStatus
- Defined in:
- lib/channel_advisor/order_service/types.rb
Overview
/SetOrdersExportStatus
accountID - SOAP::SOAPString
clientOrderIdentifiers - ChannelAdvisor::OrderServiceSOAP::ArrayOfString
markAsExported - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#clientOrderIdentifiers ⇒ Object
Returns the value of attribute clientOrderIdentifiers.
-
#markAsExported ⇒ Object
Returns the value of attribute markAsExported.
Instance Method Summary collapse
-
#initialize(accountID = nil, clientOrderIdentifiers = nil, markAsExported = nil) ⇒ SetOrdersExportStatus
constructor
A new instance of SetOrdersExportStatus.
Constructor Details
#initialize(accountID = nil, clientOrderIdentifiers = nil, markAsExported = nil) ⇒ SetOrdersExportStatus
Returns a new instance of SetOrdersExportStatus.
1385 1386 1387 1388 1389 |
# File 'lib/channel_advisor/order_service/types.rb', line 1385 def initialize(accountID = nil, clientOrderIdentifiers = nil, markAsExported = nil) @accountID = accountID @clientOrderIdentifiers = clientOrderIdentifiers @markAsExported = markAsExported end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
1381 1382 1383 |
# File 'lib/channel_advisor/order_service/types.rb', line 1381 def accountID @accountID end |
#clientOrderIdentifiers ⇒ Object
Returns the value of attribute clientOrderIdentifiers.
1382 1383 1384 |
# File 'lib/channel_advisor/order_service/types.rb', line 1382 def clientOrderIdentifiers @clientOrderIdentifiers end |
#markAsExported ⇒ Object
Returns the value of attribute markAsExported.
1383 1384 1385 |
# File 'lib/channel_advisor/order_service/types.rb', line 1383 def markAsExported @markAsExported end |