Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemQuantityInfoResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemQuantityInfoResponse
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
http://api.channeladvisor.com/webservices/GetInventoryItemQuantityInfoResponse
getInventoryItemQuantityInfoResult - ChannelAdvisor::InventoryServiceSOAP::APIResultOfQuantityInfoResponse
Instance Attribute Summary (collapse)
-
- (Object) getInventoryItemQuantityInfoResult
Returns the value of attribute getInventoryItemQuantityInfoResult.
Instance Method Summary (collapse)
-
- (GetInventoryItemQuantityInfoResponse) initialize(getInventoryItemQuantityInfoResult = nil)
constructor
A new instance of GetInventoryItemQuantityInfoResponse.
Constructor Details
- (GetInventoryItemQuantityInfoResponse) initialize(getInventoryItemQuantityInfoResult = nil)
A new instance of GetInventoryItemQuantityInfoResponse
1550 1551 1552 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1550 def initialize(getInventoryItemQuantityInfoResult = nil) @getInventoryItemQuantityInfoResult = getInventoryItemQuantityInfoResult end |
Instance Attribute Details
- (Object) getInventoryItemQuantityInfoResult
Returns the value of attribute getInventoryItemQuantityInfoResult
1548 1549 1550 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1548 def getInventoryItemQuantityInfoResult @getInventoryItemQuantityInfoResult end |