Class: LIRC::Commands::DrvOption

Inherits:
Struct
  • Object
show all
Includes:
Base
Defined in:
lib/lirc/commands.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#serialize

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



42
43
44
# File 'lib/lirc/commands.rb', line 42

def key
  @key
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



42
43
44
# File 'lib/lirc/commands.rb', line 42

def value
  @value
end