Class: ChannelAdvisor::InventoryServiceSOAP::UpdateInventoryItemQuantityAndPriceListResponse

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

Overview

/UpdateInventoryItemQuantityAndPriceListResponse

updateInventoryItemQuantityAndPriceListResult - ChannelAdvisor::InventoryServiceSOAP::APIResultOfArrayOfUpdateInventoryItemResponse

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(updateInventoryItemQuantityAndPriceListResult = nil) ⇒ UpdateInventoryItemQuantityAndPriceListResponse

Returns a new instance of UpdateInventoryItemQuantityAndPriceListResponse.



1813
1814
1815
# File 'lib/channel_advisor/inventory_service/types.rb', line 1813

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

Instance Attribute Details

#updateInventoryItemQuantityAndPriceListResultObject

Returns the value of attribute updateInventoryItemQuantityAndPriceListResult.



1811
1812
1813
# File 'lib/channel_advisor/inventory_service/types.rb', line 1811

def updateInventoryItemQuantityAndPriceListResult
  @updateInventoryItemQuantityAndPriceListResult
end