Class: ChannelAdvisor::InventoryServiceSOAP::UpdateInventoryItemQuantityAndPriceListResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::UpdateInventoryItemQuantityAndPriceListResponse
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/UpdateInventoryItemQuantityAndPriceListResponse
updateInventoryItemQuantityAndPriceListResult - ChannelAdvisor::InventoryServiceSOAP::APIResultOfArrayOfUpdateInventoryItemResponse
Instance Attribute Summary collapse
-
#updateInventoryItemQuantityAndPriceListResult ⇒ Object
Returns the value of attribute updateInventoryItemQuantityAndPriceListResult.
Instance Method Summary collapse
-
#initialize(updateInventoryItemQuantityAndPriceListResult = nil) ⇒ UpdateInventoryItemQuantityAndPriceListResponse
constructor
A new instance of UpdateInventoryItemQuantityAndPriceListResponse.
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
#updateInventoryItemQuantityAndPriceListResult ⇒ Object
Returns the value of attribute updateInventoryItemQuantityAndPriceListResult.
1811 1812 1813 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1811 def updateInventoryItemQuantityAndPriceListResult @updateInventoryItemQuantityAndPriceListResult end |