Class: ChannelAdvisor::InventoryServiceSOAP::SynchInventoryItemList
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::SynchInventoryItemList
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/SynchInventoryItemList
accountID - SOAP::SOAPString
itemList - ChannelAdvisor::InventoryServiceSOAP::ArrayOfInventoryItemSubmit
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#itemList ⇒ Object
Returns the value of attribute itemList.
Instance Method Summary collapse
-
#initialize(accountID = nil, itemList = nil) ⇒ SynchInventoryItemList
constructor
A new instance of SynchInventoryItemList.
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
#accountID ⇒ Object
Returns the value of attribute accountID.
1753 1754 1755 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1753 def accountID @accountID end |
#itemList ⇒ Object
Returns the value of attribute itemList.
1754 1755 1756 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1754 def itemList @itemList end |