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