Class: ChannelAdvisor::InventoryServiceSOAP::ClassificationConfigurationInformationAttribute
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::ClassificationConfigurationInformationAttribute
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/ClassificationConfigurationInformationAttribute
name - SOAP::SOAPString
defaultValue - SOAP::SOAPString
listOfChoices - SOAP::SOAPString
Instance Attribute Summary collapse
-
#defaultValue ⇒ Object
Returns the value of attribute defaultValue.
-
#listOfChoices ⇒ Object
Returns the value of attribute listOfChoices.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = nil, defaultValue = nil, listOfChoices = nil) ⇒ ClassificationConfigurationInformationAttribute
constructor
A new instance of ClassificationConfigurationInformationAttribute.
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
#defaultValue ⇒ Object
Returns the value of attribute defaultValue.
636 637 638 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 636 def defaultValue @defaultValue end |
#listOfChoices ⇒ Object
Returns the value of attribute listOfChoices.
637 638 639 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 637 def listOfChoices @listOfChoices end |
#name ⇒ Object
Returns the value of attribute name.
635 636 637 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 635 def name @name end |