Class: Rvim::CmdlineCompletion::Context

Inherits:
Struct
  • Object
show all
Defined in:
lib/rvim/cmdline_completion.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



5
6
7
# File 'lib/rvim/cmdline_completion.rb', line 5

def kind
  @kind
end

#partialObject

Returns the value of attribute partial

Returns:

  • (Object)

    the current value of partial



5
6
7
# File 'lib/rvim/cmdline_completion.rb', line 5

def partial
  @partial
end

#prefixObject

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



5
6
7
# File 'lib/rvim/cmdline_completion.rb', line 5

def prefix
  @prefix
end