Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemQuantityInfo
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemQuantityInfo
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/GetInventoryItemQuantityInfo
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) ⇒ GetInventoryItemQuantityInfo
constructor
A new instance of GetInventoryItemQuantityInfo.
Constructor Details
#initialize(accountID = nil, sku = nil) ⇒ GetInventoryItemQuantityInfo
Returns a new instance of GetInventoryItemQuantityInfo.
1539 1540 1541 1542 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1539 def initialize(accountID = nil, sku = nil) @accountID = accountID @sku = sku end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
1536 1537 1538 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1536 def accountID @accountID end |
#sku ⇒ Object
Returns the value of attribute sku.
1537 1538 1539 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1537 def sku @sku end |