Class: Keylogger::InputDevices::Device

Inherits:
Struct
  • Object
show all
Defined in:
lib/input_devices.rb

Instance Attribute Summary collapse

Instance Attribute Details

#evObject

Returns the value of attribute ev

Returns:

  • (Object)

    the current value of ev



10
11
12
# File 'lib/input_devices.rb', line 10

def ev
  @ev
end

#event_idObject

Returns the value of attribute event_id

Returns:

  • (Object)

    the current value of event_id



10
11
12
# File 'lib/input_devices.rb', line 10

def event_id
  @event_id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/input_devices.rb', line 10

def name
  @name
end