Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemList

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

Overview

/GetInventoryItemList

accountID - SOAP::SOAPString
skuList - ChannelAdvisor::InventoryServiceSOAP::ArrayOfString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountID = nil, skuList = nil) ⇒ GetInventoryItemList

Returns a new instance of GetInventoryItemList.



1409
1410
1411
1412
# File 'lib/channel_advisor/inventory_service/types.rb', line 1409

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

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



1406
1407
1408
# File 'lib/channel_advisor/inventory_service/types.rb', line 1406

def accountID
  @accountID
end

#skuListObject

Returns the value of attribute skuList.



1407
1408
1409
# File 'lib/channel_advisor/inventory_service/types.rb', line 1407

def skuList
  @skuList
end