Class: ChannelAdvisor::InventoryServiceSOAP::AssignLabelListToInventoryItemListResponse

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

Overview

/AssignLabelListToInventoryItemListResponse

assignLabelListToInventoryItemListResult - ChannelAdvisor::InventoryServiceSOAP::APIResultOfBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#assignLabelListToInventoryItemListResultObject

Returns the value of attribute assignLabelListToInventoryItemListResult.



1843
1844
1845
# File 'lib/channel_advisor/inventory_service/types.rb', line 1843

def assignLabelListToInventoryItemListResult
  @assignLabelListToInventoryItemListResult
end