Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemClassificationAttributeListResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemClassificationAttributeListResponse
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/GetInventoryItemClassificationAttributeListResponse
getInventoryItemClassificationAttributeListResult - ChannelAdvisor::InventoryServiceSOAP::APIResultOfArrayOfClassificationAttributeInfo
Instance Attribute Summary collapse
-
#getInventoryItemClassificationAttributeListResult ⇒ Object
Returns the value of attribute getInventoryItemClassificationAttributeListResult.
Instance Method Summary collapse
-
#initialize(getInventoryItemClassificationAttributeListResult = nil) ⇒ GetInventoryItemClassificationAttributeListResponse
constructor
A new instance of GetInventoryItemClassificationAttributeListResponse.
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
#getInventoryItemClassificationAttributeListResult ⇒ Object
Returns the value of attribute getInventoryItemClassificationAttributeListResult.
1377 1378 1379 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1377 def getInventoryItemClassificationAttributeListResult @getInventoryItemClassificationAttributeListResult end |