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.



1617
1618
1619
1620
1621
1622
1623
# File 'lib/channel_advisor/inventory_service/types.rb', line 1617

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.



1611
1612
1613
# File 'lib/channel_advisor/inventory_service/types.rb', line 1611

def accountID
  @accountID
end

#assignReasonDescObject

Returns the value of attribute assignReasonDesc.



1615
1616
1617
# File 'lib/channel_advisor/inventory_service/types.rb', line 1615

def assignReasonDesc
  @assignReasonDesc
end

#createLabelIfNotExistObject

Returns the value of attribute createLabelIfNotExist.



1613
1614
1615
# File 'lib/channel_advisor/inventory_service/types.rb', line 1613

def createLabelIfNotExist
  @createLabelIfNotExist
end

#labelListObject

Returns the value of attribute labelList.



1612
1613
1614
# File 'lib/channel_advisor/inventory_service/types.rb', line 1612

def labelList
  @labelList
end

#skuListObject

Returns the value of attribute skuList.



1614
1615
1616
# File 'lib/channel_advisor/inventory_service/types.rb', line 1614

def skuList
  @skuList
end