Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryQuantityList
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::GetInventoryQuantityList
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/GetInventoryQuantityList
accountID - SOAP::SOAPString
skuList - ChannelAdvisor::InventoryServiceSOAP::ArrayOfString
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#skuList ⇒ Object
Returns the value of attribute skuList.
Instance Method Summary collapse
-
#initialize(accountID = nil, skuList = nil) ⇒ GetInventoryQuantityList
constructor
A new instance of GetInventoryQuantityList.
Constructor Details
#initialize(accountID = nil, skuList = nil) ⇒ GetInventoryQuantityList
Returns a new instance of GetInventoryQuantityList.
1697 1698 1699 1700 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1697 def initialize(accountID = nil, skuList = nil) @accountID = accountID @skuList = skuList end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
1694 1695 1696 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1694 def accountID @accountID end |
#skuList ⇒ Object
Returns the value of attribute skuList.
1695 1696 1697 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1695 def skuList @skuList end |