Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemImageList

Inherits:
Object
  • Object
show all
Defined in:
lib/channel_advisor/inventory_service/types.rb

Overview

/GetInventoryItemImageList

accountID - SOAP::SOAPString
sku - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountID = nil, sku = nil) ⇒ GetInventoryItemImageList

Returns a new instance of GetInventoryItemImageList.



1437
1438
1439
1440
# File 'lib/channel_advisor/inventory_service/types.rb', line 1437

def initialize(accountID = nil, sku = nil)
  @accountID = accountID
  @sku = sku
end

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



1434
1435
1436
# File 'lib/channel_advisor/inventory_service/types.rb', line 1434

def accountID
  @accountID
end

#skuObject

Returns the value of attribute sku.



1435
1436
1437
# File 'lib/channel_advisor/inventory_service/types.rb', line 1435

def sku
  @sku
end