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.
1731 1732 1733 1734 1735 |
# File 'lib/channel_advisor/order_service/types.rb', line 1731 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.
1727 1728 1729 |
# File 'lib/channel_advisor/order_service/types.rb', line 1727 def accountID @accountID end |
#clientOrderIdentifiers ⇒ Object
Returns the value of attribute clientOrderIdentifiers.
1728 1729 1730 |
# File 'lib/channel_advisor/order_service/types.rb', line 1728 def clientOrderIdentifiers @clientOrderIdentifiers end |
#markAsExported ⇒ Object
Returns the value of attribute markAsExported.
1729 1730 1731 |
# File 'lib/channel_advisor/order_service/types.rb', line 1729 def markAsExported @markAsExported end |