Class: EacCli::Speaker::List::VALUE_STRUCT

Inherits:
Struct
  • Object
show all
Defined in:
lib/eac_cli/speaker/list.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



9
10
11
# File 'lib/eac_cli/speaker/list.rb', line 9

def key
  @key
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



9
10
11
# File 'lib/eac_cli/speaker/list.rb', line 9

def label
  @label
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



9
10
11
# File 'lib/eac_cli/speaker/list.rb', line 9

def value
  @value
end