Class: ChannelAdvisor::InventoryServiceSOAP::AssignLabelListToInventoryItemListResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::AssignLabelListToInventoryItemListResponse
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/AssignLabelListToInventoryItemListResponse
assignLabelListToInventoryItemListResult - ChannelAdvisor::InventoryServiceSOAP::APIResultOfBoolean
Instance Attribute Summary collapse
-
#assignLabelListToInventoryItemListResult ⇒ Object
Returns the value of attribute assignLabelListToInventoryItemListResult.
Instance Method Summary collapse
-
#initialize(assignLabelListToInventoryItemListResult = nil) ⇒ AssignLabelListToInventoryItemListResponse
constructor
A new instance of AssignLabelListToInventoryItemListResponse.
Constructor Details
#initialize(assignLabelListToInventoryItemListResult = nil) ⇒ AssignLabelListToInventoryItemListResponse
Returns a new instance of AssignLabelListToInventoryItemListResponse.
1845 1846 1847 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1845 def initialize(assignLabelListToInventoryItemListResult = nil) @assignLabelListToInventoryItemListResult = assignLabelListToInventoryItemListResult end |
Instance Attribute Details
#assignLabelListToInventoryItemListResult ⇒ Object
Returns the value of attribute assignLabelListToInventoryItemListResult.
1843 1844 1845 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1843 def assignLabelListToInventoryItemListResult @assignLabelListToInventoryItemListResult end |