Class: KeyPattern
Instance Attribute Summary collapse
-
#mod ⇒ Object
Returns the value of attribute mod.
-
#scancode ⇒ Object
Returns the value of attribute scancode.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#mod ⇒ Object
Returns the value of attribute mod
3 4 5 |
# File 'lib/hemi/helpers/simple.rb', line 3 def mod @mod end |
#scancode ⇒ Object
Returns the value of attribute scancode
3 4 5 |
# File 'lib/hemi/helpers/simple.rb', line 3 def scancode @scancode end |