Class: ChannelAdvisor::InventoryServiceSOAP::SynchInventoryItemListResponse

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

Overview

/SynchInventoryItemListResponse

synchInventoryItemListResult - ChannelAdvisor::InventoryServiceSOAP::APIResultOfArrayOfSynchInventoryItemResponse

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(synchInventoryItemListResult = nil) ⇒ SynchInventoryItemListResponse

Returns a new instance of SynchInventoryItemListResponse.



1767
1768
1769
# File 'lib/channel_advisor/inventory_service/types.rb', line 1767

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

Instance Attribute Details

#synchInventoryItemListResultObject

Returns the value of attribute synchInventoryItemListResult.



1765
1766
1767
# File 'lib/channel_advisor/inventory_service/types.rb', line 1765

def synchInventoryItemListResult
  @synchInventoryItemListResult
end