Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryQuantity
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::GetInventoryQuantity
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/GetInventoryQuantity
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) ⇒ GetInventoryQuantity
constructor
A new instance of GetInventoryQuantity.
Constructor Details
#initialize(accountID = nil, sku = nil) ⇒ GetInventoryQuantity
Returns a new instance of GetInventoryQuantity.
1674 1675 1676 1677 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1674 def initialize(accountID = nil, sku = nil) @accountID = accountID @sku = sku end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
1671 1672 1673 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1671 def accountID @accountID end |
#sku ⇒ Object
Returns the value of attribute sku.
1672 1673 1674 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1672 def sku @sku end |