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