Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryQuantityListResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::GetInventoryQuantityListResponse
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
http://api.channeladvisor.com/webservices/GetInventoryQuantityListResponse
getInventoryQuantityListResult - ChannelAdvisor::InventoryServiceSOAP::APIResultOfArrayOfInventoryQuantityResponse
Instance Attribute Summary (collapse)
-
- (Object) getInventoryQuantityListResult
Returns the value of attribute getInventoryQuantityListResult.
Instance Method Summary (collapse)
-
- (GetInventoryQuantityListResponse) initialize(getInventoryQuantityListResult = nil)
constructor
A new instance of GetInventoryQuantityListResponse.
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 |