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.
1831 1832 1833 1834 1835 1836 1837 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1831 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.
1825 1826 1827 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1825 def accountID @accountID end |
#assignReasonDesc ⇒ Object
Returns the value of attribute assignReasonDesc.
1829 1830 1831 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1829 def assignReasonDesc @assignReasonDesc end |
#createLabelIfNotExist ⇒ Object
Returns the value of attribute createLabelIfNotExist.
1827 1828 1829 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1827 def createLabelIfNotExist @createLabelIfNotExist end |
#labelList ⇒ Object
Returns the value of attribute labelList.
1826 1827 1828 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1826 def labelList @labelList end |
#skuList ⇒ Object
Returns the value of attribute skuList.
1828 1829 1830 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1828 def skuList @skuList end |