Class: ChannelAdvisor::InventoryServiceSOAP::AssignLabelListToInventoryItemList

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

Instance Method Summary collapse

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

#accountIDObject

Returns the value of attribute accountID.



1825
1826
1827
# File 'lib/channel_advisor/inventory_service/types.rb', line 1825

def accountID
  @accountID
end

#assignReasonDescObject

Returns the value of attribute assignReasonDesc.



1829
1830
1831
# File 'lib/channel_advisor/inventory_service/types.rb', line 1829

def assignReasonDesc
  @assignReasonDesc
end

#createLabelIfNotExistObject

Returns the value of attribute createLabelIfNotExist.



1827
1828
1829
# File 'lib/channel_advisor/inventory_service/types.rb', line 1827

def createLabelIfNotExist
  @createLabelIfNotExist
end

#labelListObject

Returns the value of attribute labelList.



1826
1827
1828
# File 'lib/channel_advisor/inventory_service/types.rb', line 1826

def labelList
  @labelList
end

#skuListObject

Returns the value of attribute skuList.



1828
1829
1830
# File 'lib/channel_advisor/inventory_service/types.rb', line 1828

def skuList
  @skuList
end