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
45 46 47 |
# File 'lib/reline/line_editor.rb', line 45 def line_index @line_index end |
#list ⇒ Object
Returns the value of attribute list
45 46 47 |
# File 'lib/reline/line_editor.rb', line 45 def list @list end |
#pointer ⇒ Object
Returns the value of attribute pointer
45 46 47 |
# File 'lib/reline/line_editor.rb', line 45 def pointer @pointer end |
#post ⇒ Object
Returns the value of attribute post
45 46 47 |
# File 'lib/reline/line_editor.rb', line 45 def post @post end |
#pre ⇒ Object
Returns the value of attribute pre
45 46 47 |
# File 'lib/reline/line_editor.rb', line 45 def pre @pre end |
#target ⇒ Object
Returns the value of attribute target
45 46 47 |
# File 'lib/reline/line_editor.rb', line 45 def target @target end |