Class: RuVim::KeymapManager::Match

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruvim/keymap_manager.rb

Instance Attribute Summary collapse

Instance Attribute Details

#invocationObject

Returns the value of attribute invocation

Returns:

  • (Object)

    the current value of invocation



5
6
7
# File 'lib/ruvim/keymap_manager.rb', line 5

def invocation
  @invocation
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



5
6
7
# File 'lib/ruvim/keymap_manager.rb', line 5

def status
  @status
end