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