Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryQuantityResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::GetInventoryQuantityResponse
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/GetInventoryQuantityResponse
getInventoryQuantityResult - ChannelAdvisor::InventoryServiceSOAP::APIResultOfInt32
Instance Attribute Summary collapse
-
#getInventoryQuantityResult ⇒ Object
Returns the value of attribute getInventoryQuantityResult.
Instance Method Summary collapse
-
#initialize(getInventoryQuantityResult = nil) ⇒ GetInventoryQuantityResponse
constructor
A new instance of GetInventoryQuantityResponse.
Constructor Details
#initialize(getInventoryQuantityResult = nil) ⇒ GetInventoryQuantityResponse
Returns a new instance of GetInventoryQuantityResponse.
1685 1686 1687 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1685 def initialize(getInventoryQuantityResult = nil) @getInventoryQuantityResult = getInventoryQuantityResult end |
Instance Attribute Details
#getInventoryQuantityResult ⇒ Object
Returns the value of attribute getInventoryQuantityResult.
1683 1684 1685 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1683 def getInventoryQuantityResult @getInventoryQuantityResult end |