Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemVariationInfo
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemVariationInfo
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/GetInventoryItemVariationInfo
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) ⇒ GetInventoryItemVariationInfo
constructor
A new instance of GetInventoryItemVariationInfo.
Constructor Details
#initialize(accountID = nil, sku = nil) ⇒ GetInventoryItemVariationInfo
Returns a new instance of GetInventoryItemVariationInfo.
1605 1606 1607 1608 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1605 def initialize(accountID = nil, sku = nil) @accountID = accountID @sku = sku end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
1602 1603 1604 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1602 def accountID @accountID end |
#sku ⇒ Object
Returns the value of attribute sku.
1603 1604 1605 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1603 def sku @sku end |