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.



1631
1632
1633
# File 'lib/channel_advisor/inventory_service/types.rb', line 1631

def initialize(assignLabelListToInventoryItemListResult = nil)
  @assignLabelListToInventoryItemListResult = assignLabelListToInventoryItemListResult
end

Instance Attribute Details

#assignLabelListToInventoryItemListResultObject

Returns the value of attribute assignLabelListToInventoryItemListResult.



1629
1630
1631
# File 'lib/channel_advisor/inventory_service/types.rb', line 1629

def assignLabelListToInventoryItemListResult
  @assignLabelListToInventoryItemListResult
end