Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemAttributeList
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemAttributeList
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/GetInventoryItemAttributeList
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) ⇒ GetInventoryItemAttributeList
constructor
A new instance of GetInventoryItemAttributeList.
Constructor Details
#initialize(accountID = nil, sku = nil) ⇒ GetInventoryItemAttributeList
Returns a new instance of GetInventoryItemAttributeList.
1582 1583 1584 1585 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1582 def initialize(accountID = nil, sku = nil) @accountID = accountID @sku = sku end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
1579 1580 1581 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1579 def accountID @accountID end |
#sku ⇒ Object
Returns the value of attribute sku.
1580 1581 1582 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1580 def sku @sku end |