Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemQuantityInfoResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemQuantityInfoResponse
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/GetInventoryItemQuantityInfoResponse
getInventoryItemQuantityInfoResult - ChannelAdvisor::InventoryServiceSOAP::APIResultOfQuantityInfoResponse
Instance Attribute Summary collapse
-
#getInventoryItemQuantityInfoResult ⇒ Object
Returns the value of attribute getInventoryItemQuantityInfoResult.
Instance Method Summary collapse
-
#initialize(getInventoryItemQuantityInfoResult = nil) ⇒ GetInventoryItemQuantityInfoResponse
constructor
A new instance of GetInventoryItemQuantityInfoResponse.
Constructor Details
#initialize(getInventoryItemQuantityInfoResult = nil) ⇒ GetInventoryItemQuantityInfoResponse
Returns 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
#getInventoryItemQuantityInfoResult ⇒ Object
Returns the value of attribute getInventoryItemQuantityInfoResult.
1548 1549 1550 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1548 def getInventoryItemQuantityInfoResult @getInventoryItemQuantityInfoResult end |