Class: Chamomile::Keymap::Entry
- Inherits:
-
Data
- Object
- Data
- Chamomile::Keymap::Entry
- Defined in:
- lib/chamomile/keymap.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Returns the value of attribute action.
-
#guard ⇒ Object
readonly
Returns the value of attribute guard.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
Instance Attribute Details
#action ⇒ Object (readonly)
Returns the value of attribute action
21 22 23 |
# File 'lib/chamomile/keymap.rb', line 21 def action @action end |
#guard ⇒ Object (readonly)
Returns the value of attribute guard
21 22 23 |
# File 'lib/chamomile/keymap.rb', line 21 def guard @guard end |
#key ⇒ Object (readonly)
Returns the value of attribute key
21 22 23 |
# File 'lib/chamomile/keymap.rb', line 21 def key @key end |