Class: Rvim::CmdlineCompletion::Context
- Inherits:
-
Struct
- Object
- Struct
- Rvim::CmdlineCompletion::Context
- Defined in:
- lib/rvim/cmdline_completion.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#partial ⇒ Object
Returns the value of attribute partial.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
5 6 7 |
# File 'lib/rvim/cmdline_completion.rb', line 5 def kind @kind end |
#partial ⇒ Object
Returns the value of attribute partial
5 6 7 |
# File 'lib/rvim/cmdline_completion.rb', line 5 def partial @partial end |
#prefix ⇒ Object
Returns the value of attribute prefix
5 6 7 |
# File 'lib/rvim/cmdline_completion.rb', line 5 def prefix @prefix end |