Class: ChannelAdvisor::InventoryServiceSOAP::ClassificationInfo

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

Overview

/ClassificationInfo

name - SOAP::SOAPString
attributeList - ChannelAdvisor::InventoryServiceSOAP::ArrayOfClassificationAttributeInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#attributeListObject

Returns the value of attribute attributeList.



272
273
274
# File 'lib/channel_advisor/inventory_service/types.rb', line 272

def attributeList
  @attributeList
end

#nameObject

Returns the value of attribute name.



271
272
273
# File 'lib/channel_advisor/inventory_service/types.rb', line 271

def name
  @name
end