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.



615
616
617
618
619
# File 'lib/channel_advisor/inventory_service/types.rb', line 615

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.



612
613
614
# File 'lib/channel_advisor/inventory_service/types.rb', line 612

def defaultValue
  @defaultValue
end

#listOfChoicesObject

Returns the value of attribute listOfChoices.



613
614
615
# File 'lib/channel_advisor/inventory_service/types.rb', line 613

def listOfChoices
  @listOfChoices
end

#nameObject

Returns the value of attribute name.



611
612
613
# File 'lib/channel_advisor/inventory_service/types.rb', line 611

def name
  @name
end