Class: ChannelAdvisor::InventoryServiceSOAP::SynchInventoryItemListResponse

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

Overview

http://api.channeladvisor.com/webservices/SynchInventoryItemListResponse

synchInventoryItemListResult - ChannelAdvisor::InventoryServiceSOAP::APIResultOfArrayOfSynchInventoryItemResponse

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

- (SynchInventoryItemListResponse) initialize(synchInventoryItemListResult = nil)

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

- (Object) synchInventoryItemListResult

Returns the value of attribute synchInventoryItemListResult



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

def synchInventoryItemListResult
  @synchInventoryItemListResult
end