Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemStoreInfo
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemStoreInfo
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/GetInventoryItemStoreInfo
accountID - SOAP::SOAPString
sku - SOAP::SOAPString
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#sku ⇒ Object
Returns the value of attribute sku.
Instance Method Summary collapse
-
#initialize(accountID = nil, sku = nil) ⇒ GetInventoryItemStoreInfo
constructor
A new instance of GetInventoryItemStoreInfo.
Constructor Details
#initialize(accountID = nil, sku = nil) ⇒ GetInventoryItemStoreInfo
Returns a new instance of GetInventoryItemStoreInfo.
1628 1629 1630 1631 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1628 def initialize(accountID = nil, sku = nil) @accountID = accountID @sku = sku end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
1625 1626 1627 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1625 def accountID @accountID end |
#sku ⇒ Object
Returns the value of attribute sku.
1626 1627 1628 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1626 def sku @sku end |