Class: LIRC::Commands::SendStart

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



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

def button
  @button
end

#remoteObject

Returns the value of attribute remote

Returns:

  • (Object)

    the current value of remote



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

def remote
  @remote
end