Class: ChannelAdvisor::InventoryServiceSOAP::ClassificationConfigurationInformationAttribute

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

Overview

/ClassificationConfigurationInformationAttribute

name - SOAP::SOAPString
defaultValue - SOAP::SOAPString
listOfChoices - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, defaultValue = nil, listOfChoices = nil) ⇒ ClassificationConfigurationInformationAttribute

Returns a new instance of ClassificationConfigurationInformationAttribute.



639
640
641
642
643
# File 'lib/channel_advisor/inventory_service/types.rb', line 639

def initialize(name = nil, defaultValue = nil, listOfChoices = nil)
  @name = name
  @defaultValue = defaultValue
  @listOfChoices = listOfChoices
end

Instance Attribute Details

#defaultValueObject

Returns the value of attribute defaultValue.



636
637
638
# File 'lib/channel_advisor/inventory_service/types.rb', line 636

def defaultValue
  @defaultValue
end

#listOfChoicesObject

Returns the value of attribute listOfChoices.



637
638
639
# File 'lib/channel_advisor/inventory_service/types.rb', line 637

def listOfChoices
  @listOfChoices
end

#nameObject

Returns the value of attribute name.



635
636
637
# File 'lib/channel_advisor/inventory_service/types.rb', line 635

def name
  @name
end