Class: LIRC::Commands::SendStart
- Inherits:
-
Struct
- Object
- Struct
- LIRC::Commands::SendStart
- 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.
Method Summary
Methods included from Base
Instance Attribute Details
#button ⇒ Object
Returns the value of attribute button
38 39 40 |
# File 'lib/lirc/commands.rb', line 38 def @button end |
#remote ⇒ Object
Returns the value of attribute remote
38 39 40 |
# File 'lib/lirc/commands.rb', line 38 def remote @remote end |