Class: ChannelAdvisor::InventoryServiceSOAP::RemoveLabelListFromInventoryItemList
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::RemoveLabelListFromInventoryItemList
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/RemoveLabelListFromInventoryItemList
accountID - SOAP::SOAPString
labelList - ChannelAdvisor::InventoryServiceSOAP::ArrayOfString
skuList - ChannelAdvisor::InventoryServiceSOAP::ArrayOfString
removeReasonDesc - SOAP::SOAPString
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#labelList ⇒ Object
Returns the value of attribute labelList.
-
#removeReasonDesc ⇒ Object
Returns the value of attribute removeReasonDesc.
-
#skuList ⇒ Object
Returns the value of attribute skuList.
Instance Method Summary collapse
-
#initialize(accountID = nil, labelList = nil, skuList = nil, removeReasonDesc = nil) ⇒ RemoveLabelListFromInventoryItemList
constructor
A new instance of RemoveLabelListFromInventoryItemList.
Constructor Details
#initialize(accountID = nil, labelList = nil, skuList = nil, removeReasonDesc = nil) ⇒ RemoveLabelListFromInventoryItemList
Returns a new instance of RemoveLabelListFromInventoryItemList.
1647 1648 1649 1650 1651 1652 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1647 def initialize(accountID = nil, labelList = nil, skuList = nil, removeReasonDesc = nil) @accountID = accountID @labelList = labelList @skuList = skuList @removeReasonDesc = removeReasonDesc end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
1642 1643 1644 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1642 def accountID @accountID end |
#labelList ⇒ Object
Returns the value of attribute labelList.
1643 1644 1645 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1643 def labelList @labelList end |
#removeReasonDesc ⇒ Object
Returns the value of attribute removeReasonDesc.
1645 1646 1647 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1645 def removeReasonDesc @removeReasonDesc end |
#skuList ⇒ Object
Returns the value of attribute skuList.
1644 1645 1646 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1644 def skuList @skuList end |