Class: LIRC::Commands::SendOnce
- Inherits:
-
Struct
- Object
- Struct
- LIRC::Commands::SendOnce
- Includes:
- Base
- Defined in:
- lib/lirc/commands.rb
Instance Attribute Summary collapse
-
#button ⇒ Object
Returns the value of attribute button.
-
#remote ⇒ Object
Returns the value of attribute remote.
-
#repeats ⇒ Object
Returns the value of attribute repeats.
Method Summary
Methods included from Base
Instance Attribute Details
#button ⇒ Object
Returns the value of attribute button
37 38 39 |
# File 'lib/lirc/commands.rb', line 37 def @button end |
#remote ⇒ Object
Returns the value of attribute remote
37 38 39 |
# File 'lib/lirc/commands.rb', line 37 def remote @remote end |
#repeats ⇒ Object
Returns the value of attribute repeats
37 38 39 |
# File 'lib/lirc/commands.rb', line 37 def repeats @repeats end |