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
-
#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
1795 1796 1797 1798 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1795 def initialize(accountID = nil, itemQuantityAndPrice = nil) @accountID = accountID @itemQuantityAndPrice = itemQuantityAndPrice end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID
1792 1793 1794 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1792 def accountID @accountID end |
#itemQuantityAndPrice ⇒ Object
Returns the value of attribute itemQuantityAndPrice
1793 1794 1795 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1793 def itemQuantityAndPrice @itemQuantityAndPrice end |