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.
1861 1862 1863 1864 1865 1866 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1861 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.
1856 1857 1858 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1856 def accountID @accountID end |
#labelList ⇒ Object
Returns the value of attribute labelList.
1857 1858 1859 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1857 def labelList @labelList end |
#removeReasonDesc ⇒ Object
Returns the value of attribute removeReasonDesc.
1859 1860 1861 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1859 def removeReasonDesc @removeReasonDesc end |
#skuList ⇒ Object
Returns the value of attribute skuList.
1858 1859 1860 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1858 def skuList @skuList end |