Class: ChannelAdvisor::InventoryServiceSOAP::ClassificationInfo
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::ClassificationInfo
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/ClassificationInfo
name - SOAP::SOAPString
attributeList - ChannelAdvisor::InventoryServiceSOAP::ArrayOfClassificationAttributeInfo
Instance Attribute Summary collapse
-
#attributeList ⇒ Object
Returns the value of attribute attributeList.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = nil, attributeList = nil) ⇒ ClassificationInfo
constructor
A new instance of ClassificationInfo.
Constructor Details
#initialize(name = nil, attributeList = nil) ⇒ ClassificationInfo
Returns a new instance of ClassificationInfo.
274 275 276 277 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 274 def initialize(name = nil, attributeList = nil) @name = name @attributeList = attributeList end |
Instance Attribute Details
#attributeList ⇒ Object
Returns the value of attribute attributeList.
272 273 274 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 272 def attributeList @attributeList end |
#name ⇒ Object
Returns the value of attribute name.
271 272 273 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 271 def name @name end |