Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryQuantityListResponse

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

Overview

http://api.channeladvisor.com/webservices/GetInventoryQuantityListResponse

getInventoryQuantityListResult - ChannelAdvisor::InventoryServiceSOAP::APIResultOfArrayOfInventoryQuantityResponse

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

- (GetInventoryQuantityListResponse) initialize(getInventoryQuantityListResult = nil)

A new instance of GetInventoryQuantityListResponse



1708
1709
1710
# File 'lib/channel_advisor/inventory_service/types.rb', line 1708

def initialize(getInventoryQuantityListResult = nil)
  @getInventoryQuantityListResult = getInventoryQuantityListResult
end

Instance Attribute Details

- (Object) getInventoryQuantityListResult

Returns the value of attribute getInventoryQuantityListResult



1706
1707
1708
# File 'lib/channel_advisor/inventory_service/types.rb', line 1706

def getInventoryQuantityListResult
  @getInventoryQuantityListResult
end