Class: ChannelAdvisor::InventoryServiceSOAP::RemoveLabelListFromInventoryItemList

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#accountIDObject

Returns the value of attribute accountID.



1856
1857
1858
# File 'lib/channel_advisor/inventory_service/types.rb', line 1856

def accountID
  @accountID
end

#labelListObject

Returns the value of attribute labelList.



1857
1858
1859
# File 'lib/channel_advisor/inventory_service/types.rb', line 1857

def labelList
  @labelList
end

#removeReasonDescObject

Returns the value of attribute removeReasonDesc.



1859
1860
1861
# File 'lib/channel_advisor/inventory_service/types.rb', line 1859

def removeReasonDesc
  @removeReasonDesc
end

#skuListObject

Returns the value of attribute skuList.



1858
1859
1860
# File 'lib/channel_advisor/inventory_service/types.rb', line 1858

def skuList
  @skuList
end