Class: LIRC::Commands::SendOnce

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

#buttonObject

Returns the value of attribute button

Returns:

  • (Object)

    the current value of button



37
38
39
# File 'lib/lirc/commands.rb', line 37

def button
  @button
end

#remoteObject

Returns the value of attribute remote

Returns:

  • (Object)

    the current value of remote



37
38
39
# File 'lib/lirc/commands.rb', line 37

def remote
  @remote
end

#repeatsObject

Returns the value of attribute repeats

Returns:

  • (Object)

    the current value of repeats



37
38
39
# File 'lib/lirc/commands.rb', line 37

def repeats
  @repeats
end