Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryQuantityResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/channel_advisor/inventory_service/types.rb

Overview

/GetInventoryQuantityResponse

getInventoryQuantityResult - ChannelAdvisor::InventoryServiceSOAP::APIResultOfInt32

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#getInventoryQuantityResultObject

Returns the value of attribute getInventoryQuantityResult.



1683
1684
1685
# File 'lib/channel_advisor/inventory_service/types.rb', line 1683

def getInventoryQuantityResult
  @getInventoryQuantityResult
end