Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemListWithFullDetail
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemListWithFullDetail
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/GetInventoryItemListWithFullDetail
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) ⇒ GetInventoryItemListWithFullDetail
constructor
A new instance of GetInventoryItemListWithFullDetail.
Constructor Details
#initialize(accountID = nil, skuList = nil) ⇒ GetInventoryItemListWithFullDetail
Returns a new instance of GetInventoryItemListWithFullDetail.
1432 1433 1434 1435 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1432 def initialize(accountID = nil, skuList = nil) @accountID = accountID @skuList = skuList end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
1429 1430 1431 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1429 def accountID @accountID end |
#skuList ⇒ Object
Returns the value of attribute skuList.
1430 1431 1432 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1430 def skuList @skuList end |