Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemClassificationAttributeListResponse

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

Overview

/GetInventoryItemClassificationAttributeListResponse

getInventoryItemClassificationAttributeListResult - ChannelAdvisor::InventoryServiceSOAP::APIResultOfArrayOfClassificationAttributeInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(getInventoryItemClassificationAttributeListResult = nil) ⇒ GetInventoryItemClassificationAttributeListResponse

Returns a new instance of GetInventoryItemClassificationAttributeListResponse.



1379
1380
1381
# File 'lib/channel_advisor/inventory_service/types.rb', line 1379

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

Instance Attribute Details

#getInventoryItemClassificationAttributeListResultObject

Returns the value of attribute getInventoryItemClassificationAttributeListResult.



1377
1378
1379
# File 'lib/channel_advisor/inventory_service/types.rb', line 1377

def getInventoryItemClassificationAttributeListResult
  @getInventoryItemClassificationAttributeListResult
end