Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemListWithFullDetail

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

Overview

/GetInventoryItemListWithFullDetail

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GetInventoryItemListWithFullDetail.



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

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

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



1429
1430
1431
# File 'lib/channel_advisor/inventory_service/types.rb', line 1429

def accountID
  @accountID
end

#skuListObject

Returns the value of attribute skuList.



1430
1431
1432
# File 'lib/channel_advisor/inventory_service/types.rb', line 1430

def skuList
  @skuList
end