Class: KeyPattern

Inherits:
Struct show all
Defined in:
lib/hemi/helpers/simple.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#eql?

Instance Attribute Details

#modObject

Returns the value of attribute mod

Returns:

  • (Object)

    the current value of mod



3
4
5
# File 'lib/hemi/helpers/simple.rb', line 3

def mod
  @mod
end

#scancodeObject

Returns the value of attribute scancode

Returns:

  • (Object)

    the current value of scancode



3
4
5
# File 'lib/hemi/helpers/simple.rb', line 3

def scancode
  @scancode
end