Class: Reline::LineEditor::CompletionJourneyState
- Inherits:
-
Struct
- Object
- Struct
- Reline::LineEditor::CompletionJourneyState
- Defined in:
- lib/reline/line_editor.rb
Instance Attribute Summary collapse
-
#line_index ⇒ Object
Returns the value of attribute line_index.
-
#list ⇒ Object
Returns the value of attribute list.
-
#pointer ⇒ Object
Returns the value of attribute pointer.
-
#post ⇒ Object
Returns the value of attribute post.
-
#pre ⇒ Object
Returns the value of attribute pre.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#line_index ⇒ Object
Returns the value of attribute line_index
47 48 49 |
# File 'lib/reline/line_editor.rb', line 47 def line_index @line_index end |
#list ⇒ Object
Returns the value of attribute list
47 48 49 |
# File 'lib/reline/line_editor.rb', line 47 def list @list end |
#pointer ⇒ Object
Returns the value of attribute pointer
47 48 49 |
# File 'lib/reline/line_editor.rb', line 47 def pointer @pointer end |
#post ⇒ Object
Returns the value of attribute post
47 48 49 |
# File 'lib/reline/line_editor.rb', line 47 def post @post end |
#pre ⇒ Object
Returns the value of attribute pre
47 48 49 |
# File 'lib/reline/line_editor.rb', line 47 def pre @pre end |
#target ⇒ Object
Returns the value of attribute target
47 48 49 |
# File 'lib/reline/line_editor.rb', line 47 def target @target end |