Class: ChannelAdvisor::InventoryServiceSOAP::DoesSkuExistList

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

Overview

/DoesSkuExistList

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DoesSkuExistList.



1386
1387
1388
1389
# File 'lib/channel_advisor/inventory_service/types.rb', line 1386

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

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



1383
1384
1385
# File 'lib/channel_advisor/inventory_service/types.rb', line 1383

def accountID
  @accountID
end

#skuListObject

Returns the value of attribute skuList.



1384
1385
1386
# File 'lib/channel_advisor/inventory_service/types.rb', line 1384

def skuList
  @skuList
end