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.



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

#accountIDObject

Returns the value of attribute accountID.



1642
1643
1644
# File 'lib/channel_advisor/inventory_service/types.rb', line 1642

def accountID
  @accountID
end

#labelListObject

Returns the value of attribute labelList.



1643
1644
1645
# File 'lib/channel_advisor/inventory_service/types.rb', line 1643

def labelList
  @labelList
end

#removeReasonDescObject

Returns the value of attribute removeReasonDesc.



1645
1646
1647
# File 'lib/channel_advisor/inventory_service/types.rb', line 1645

def removeReasonDesc
  @removeReasonDesc
end

#skuListObject

Returns the value of attribute skuList.



1644
1645
1646
# File 'lib/channel_advisor/inventory_service/types.rb', line 1644

def skuList
  @skuList
end