Class: ChannelAdvisor::InventoryServiceSOAP::SynchInventoryItemListResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::SynchInventoryItemListResponse
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
http://api.channeladvisor.com/webservices/SynchInventoryItemListResponse
synchInventoryItemListResult - ChannelAdvisor::InventoryServiceSOAP::APIResultOfArrayOfSynchInventoryItemResponse
Instance Attribute Summary (collapse)
-
- (Object) synchInventoryItemListResult
Returns the value of attribute synchInventoryItemListResult.
Instance Method Summary (collapse)
-
- (SynchInventoryItemListResponse) initialize(synchInventoryItemListResult = nil)
constructor
A new instance of SynchInventoryItemListResponse.
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 |