Class: ChannelAdvisor::InventoryServiceSOAP::UpdateInventoryItemQuantityAndPrice
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::UpdateInventoryItemQuantityAndPrice
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/UpdateInventoryItemQuantityAndPrice
accountID - SOAP::SOAPString
itemQuantityAndPrice - ChannelAdvisor::InventoryServiceSOAP::InventoryItemQuantityAndPrice
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#itemQuantityAndPrice ⇒ Object
Returns the value of attribute itemQuantityAndPrice.
Instance Method Summary collapse
-
#initialize(accountID = nil, itemQuantityAndPrice = nil) ⇒ UpdateInventoryItemQuantityAndPrice
constructor
A new instance of UpdateInventoryItemQuantityAndPrice.
Constructor Details
#initialize(accountID = nil, itemQuantityAndPrice = nil) ⇒ UpdateInventoryItemQuantityAndPrice
Returns a new instance of UpdateInventoryItemQuantityAndPrice.
1779 1780 1781 1782 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1779 def initialize(accountID = nil, itemQuantityAndPrice = nil) @accountID = accountID @itemQuantityAndPrice = itemQuantityAndPrice end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
1776 1777 1778 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1776 def accountID @accountID end |
#itemQuantityAndPrice ⇒ Object
Returns the value of attribute itemQuantityAndPrice.
1777 1778 1779 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1777 def itemQuantityAndPrice @itemQuantityAndPrice end |