Class: LIRC::Commands::DrvOption
- Inherits:
-
Struct
- Object
- Struct
- LIRC::Commands::DrvOption
- Includes:
- Base
- Defined in:
- lib/lirc/commands.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#value ⇒ Object
Returns the value of attribute value.
Method Summary
Methods included from Base
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
42 43 44 |
# File 'lib/lirc/commands.rb', line 42 def key @key end |
#value ⇒ Object
Returns the value of attribute value
42 43 44 |
# File 'lib/lirc/commands.rb', line 42 def value @value end |