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.



1484
1485
1486
# File 'lib/channel_advisor/inventory_service/types.rb', line 1484

def initialize(getInventoryQuantityResult = nil)
  @getInventoryQuantityResult = getInventoryQuantityResult
end

Instance Attribute Details

#getInventoryQuantityResultObject

Returns the value of attribute getInventoryQuantityResult.



1482
1483
1484
# File 'lib/channel_advisor/inventory_service/types.rb', line 1482

def getInventoryQuantityResult
  @getInventoryQuantityResult
end