Class: ChannelAdvisor::InventoryServiceSOAP::SynchInventoryItemList

Inherits:
Object
  • Object
show all
Defined in:
lib/channel_advisor/inventory_service/types.rb

Overview

/SynchInventoryItemList

accountID - SOAP::SOAPString
itemList - ChannelAdvisor::InventoryServiceSOAP::ArrayOfInventoryItemSubmit

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountID = nil, itemList = nil) ⇒ SynchInventoryItemList

Returns a new instance of SynchInventoryItemList.



1756
1757
1758
1759
# File 'lib/channel_advisor/inventory_service/types.rb', line 1756

def initialize(accountID = nil, itemList = nil)
  @accountID = accountID
  @itemList = itemList
end

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



1753
1754
1755
# File 'lib/channel_advisor/inventory_service/types.rb', line 1753

def accountID
  @accountID
end

#itemListObject

Returns the value of attribute itemList.



1754
1755
1756
# File 'lib/channel_advisor/inventory_service/types.rb', line 1754

def itemList
  @itemList
end