Class: ChannelAdvisor::InventoryServiceSOAP::UpdateInventoryItemQuantityAndPriceList
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::UpdateInventoryItemQuantityAndPriceList
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/UpdateInventoryItemQuantityAndPriceList
accountID - SOAP::SOAPString
itemQuantityAndPriceList - ChannelAdvisor::InventoryServiceSOAP::ArrayOfInventoryItemQuantityAndPrice
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#itemQuantityAndPriceList ⇒ Object
Returns the value of attribute itemQuantityAndPriceList.
Instance Method Summary collapse
-
#initialize(accountID = nil, itemQuantityAndPriceList = nil) ⇒ UpdateInventoryItemQuantityAndPriceList
constructor
A new instance of UpdateInventoryItemQuantityAndPriceList.
Constructor Details
#initialize(accountID = nil, itemQuantityAndPriceList = nil) ⇒ UpdateInventoryItemQuantityAndPriceList
Returns a new instance of UpdateInventoryItemQuantityAndPriceList.
1802 1803 1804 1805 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1802 def initialize(accountID = nil, itemQuantityAndPriceList = nil) @accountID = accountID @itemQuantityAndPriceList = itemQuantityAndPriceList end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
1799 1800 1801 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1799 def accountID @accountID end |
#itemQuantityAndPriceList ⇒ Object
Returns the value of attribute itemQuantityAndPriceList.
1800 1801 1802 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1800 def itemQuantityAndPriceList @itemQuantityAndPriceList end |