Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryQuantityList

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

Overview

/GetInventoryQuantityList

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GetInventoryQuantityList.



1697
1698
1699
1700
# File 'lib/channel_advisor/inventory_service/types.rb', line 1697

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

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



1694
1695
1696
# File 'lib/channel_advisor/inventory_service/types.rb', line 1694

def accountID
  @accountID
end

#skuListObject

Returns the value of attribute skuList.



1695
1696
1697
# File 'lib/channel_advisor/inventory_service/types.rb', line 1695

def skuList
  @skuList
end