Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemImageList
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemImageList
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/GetInventoryItemImageList
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) ⇒ GetInventoryItemImageList
constructor
A new instance of GetInventoryItemImageList.
Constructor Details
#initialize(accountID = nil, sku = nil) ⇒ GetInventoryItemImageList
Returns a new instance of GetInventoryItemImageList.
1651 1652 1653 1654 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1651 def initialize(accountID = nil, sku = nil) @accountID = accountID @sku = sku end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
1648 1649 1650 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1648 def accountID @accountID end |
#sku ⇒ Object
Returns the value of attribute sku.
1649 1650 1651 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1649 def sku @sku end |