Class: LIRC::Commands::Simulate

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

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



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

def data
  @data
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



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

def key
  @key
end