Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemList
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemList
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/GetInventoryItemList
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) ⇒ GetInventoryItemList
constructor
A new instance of GetInventoryItemList.
Constructor Details
#initialize(accountID = nil, skuList = nil) ⇒ GetInventoryItemList
Returns a new instance of GetInventoryItemList.
1409 1410 1411 1412 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1409 def initialize(accountID = nil, skuList = nil) @accountID = accountID @skuList = skuList end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
1406 1407 1408 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1406 def accountID @accountID end |
#skuList ⇒ Object
Returns the value of attribute skuList.
1407 1408 1409 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1407 def skuList @skuList end |