Class: ChannelAdvisor::InventoryServiceSOAP::AssignLabelListToInventoryItemList
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::AssignLabelListToInventoryItemList
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/AssignLabelListToInventoryItemList
accountID - SOAP::SOAPString
labelList - ChannelAdvisor::InventoryServiceSOAP::ArrayOfString
createLabelIfNotExist - SOAP::SOAPBoolean
skuList - ChannelAdvisor::InventoryServiceSOAP::ArrayOfString
assignReasonDesc - SOAP::SOAPString
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#assignReasonDesc ⇒ Object
Returns the value of attribute assignReasonDesc.
-
#createLabelIfNotExist ⇒ Object
Returns the value of attribute createLabelIfNotExist.
-
#labelList ⇒ Object
Returns the value of attribute labelList.
-
#skuList ⇒ Object
Returns the value of attribute skuList.
Instance Method Summary collapse
-
#initialize(accountID = nil, labelList = nil, createLabelIfNotExist = nil, skuList = nil, assignReasonDesc = nil) ⇒ AssignLabelListToInventoryItemList
constructor
A new instance of AssignLabelListToInventoryItemList.
Constructor Details
#initialize(accountID = nil, labelList = nil, createLabelIfNotExist = nil, skuList = nil, assignReasonDesc = nil) ⇒ AssignLabelListToInventoryItemList
Returns a new instance of AssignLabelListToInventoryItemList.
1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1617 def initialize(accountID = nil, labelList = nil, createLabelIfNotExist = nil, skuList = nil, assignReasonDesc = nil) @accountID = accountID @labelList = labelList @createLabelIfNotExist = createLabelIfNotExist @skuList = skuList @assignReasonDesc = assignReasonDesc end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
1611 1612 1613 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1611 def accountID @accountID end |
#assignReasonDesc ⇒ Object
Returns the value of attribute assignReasonDesc.
1615 1616 1617 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1615 def assignReasonDesc @assignReasonDesc end |
#createLabelIfNotExist ⇒ Object
Returns the value of attribute createLabelIfNotExist.
1613 1614 1615 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1613 def createLabelIfNotExist @createLabelIfNotExist end |
#labelList ⇒ Object
Returns the value of attribute labelList.
1612 1613 1614 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1612 def labelList @labelList end |
#skuList ⇒ Object
Returns the value of attribute skuList.
1614 1615 1616 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1614 def skuList @skuList end |