Class: LIRC::Commands::SetTransmitters

Inherits:
Struct
  • Object
show all
Includes:
Base
Defined in:
lib/lirc/commands.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#serialize

Instance Attribute Details

#maskObject

Returns the value of attribute mask

Returns:

  • (Object)

    the current value of mask



44
45
46
# File 'lib/lirc/commands.rb', line 44

def mask
  @mask
end

#transmitterObject

Returns the value of attribute transmitter

Returns:

  • (Object)

    the current value of transmitter



44
45
46
# File 'lib/lirc/commands.rb', line 44

def transmitter
  @transmitter
end