Class: ChannelAdvisor::InventoryServiceSOAP::UpdateInventoryItemQuantityAndPrice
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::UpdateInventoryItemQuantityAndPrice
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
http://api.channeladvisor.com/webservices/UpdateInventoryItemQuantityAndPrice
accountID - SOAP::SOAPString
itemQuantityAndPrice - ChannelAdvisor::InventoryServiceSOAP::InventoryItemQuantityAndPrice
Instance Attribute Summary (collapse)
-
- (Object) accountID
Returns the value of attribute accountID.
-
- (Object) itemQuantityAndPrice
Returns the value of attribute itemQuantityAndPrice.
Instance Method Summary (collapse)
-
- (UpdateInventoryItemQuantityAndPrice) initialize(accountID = nil, itemQuantityAndPrice = nil)
constructor
A new instance of UpdateInventoryItemQuantityAndPrice.
Constructor Details
- (UpdateInventoryItemQuantityAndPrice) initialize(accountID = nil, itemQuantityAndPrice = nil)
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
- (Object) accountID
Returns the value of attribute accountID
1776 1777 1778 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1776 def accountID @accountID end |
- (Object) itemQuantityAndPrice
Returns the value of attribute itemQuantityAndPrice
1777 1778 1779 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1777 def itemQuantityAndPrice @itemQuantityAndPrice end |