Class: Keylogger::InputDevices::Device
- Inherits:
-
Struct
- Object
- Struct
- Keylogger::InputDevices::Device
- Defined in:
- lib/input_devices.rb
Instance Attribute Summary collapse
-
#ev ⇒ Object
Returns the value of attribute ev.
-
#event_id ⇒ Object
Returns the value of attribute event_id.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#ev ⇒ Object
Returns the value of attribute ev
10 11 12 |
# File 'lib/input_devices.rb', line 10 def ev @ev end |
#event_id ⇒ Object
Returns the value of attribute event_id
10 11 12 |
# File 'lib/input_devices.rb', line 10 def event_id @event_id end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/input_devices.rb', line 10 def name @name end |