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