Class: ChannelAdvisor::InventoryServiceSOAP::UpdateInventoryItemQuantityAndPriceResponse

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

Overview

/UpdateInventoryItemQuantityAndPriceResponse

updateInventoryItemQuantityAndPriceResult - ChannelAdvisor::InventoryServiceSOAP::APIResultOfBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(updateInventoryItemQuantityAndPriceResult = nil) ⇒ UpdateInventoryItemQuantityAndPriceResponse

Returns a new instance of UpdateInventoryItemQuantityAndPriceResponse.



1790
1791
1792
# File 'lib/channel_advisor/inventory_service/types.rb', line 1790

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

Instance Attribute Details

#updateInventoryItemQuantityAndPriceResultObject

Returns the value of attribute updateInventoryItemQuantityAndPriceResult.



1788
1789
1790
# File 'lib/channel_advisor/inventory_service/types.rb', line 1788

def updateInventoryItemQuantityAndPriceResult
  @updateInventoryItemQuantityAndPriceResult
end