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.
1484 1485 1486 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1484 def initialize(getInventoryQuantityResult = nil) @getInventoryQuantityResult = getInventoryQuantityResult end |
Instance Attribute Details
#getInventoryQuantityResult ⇒ Object
Returns the value of attribute getInventoryQuantityResult.
1482 1483 1484 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1482 def getInventoryQuantityResult @getInventoryQuantityResult end |