Class: RuVim::KeymapManager::Match
- Inherits:
-
Struct
- Object
- Struct
- RuVim::KeymapManager::Match
- Defined in:
- lib/ruvim/keymap_manager.rb
Instance Attribute Summary collapse
-
#invocation ⇒ Object
Returns the value of attribute invocation.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#invocation ⇒ Object
Returns the value of attribute invocation
5 6 7 |
# File 'lib/ruvim/keymap_manager.rb', line 5 def invocation @invocation end |
#status ⇒ Object
Returns the value of attribute status
5 6 7 |
# File 'lib/ruvim/keymap_manager.rb', line 5 def status @status end |