Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemAttributeListResponse

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

Overview

/GetInventoryItemAttributeListResponse

getInventoryItemAttributeListResult - ChannelAdvisor::InventoryServiceSOAP::APIResultOfArrayOfAttributeInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(getInventoryItemAttributeListResult = nil) ⇒ GetInventoryItemAttributeListResponse

Returns a new instance of GetInventoryItemAttributeListResponse.



1593
1594
1595
# File 'lib/channel_advisor/inventory_service/types.rb', line 1593

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

Instance Attribute Details

#getInventoryItemAttributeListResultObject

Returns the value of attribute getInventoryItemAttributeListResult.



1591
1592
1593
# File 'lib/channel_advisor/inventory_service/types.rb', line 1591

def getInventoryItemAttributeListResult
  @getInventoryItemAttributeListResult
end