Class: EacCli::Speaker::List::VALUE_STRUCT
- Defined in:
- lib/eac_cli/speaker/list.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#label ⇒ Object
Returns the value of attribute label.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
9 10 11 |
# File 'lib/eac_cli/speaker/list.rb', line 9 def key @key end |
#label ⇒ Object
Returns the value of attribute label
9 10 11 |
# File 'lib/eac_cli/speaker/list.rb', line 9 def label @label end |
#value ⇒ Object
Returns the value of attribute value
9 10 11 |
# File 'lib/eac_cli/speaker/list.rb', line 9 def value @value end |