Class: Reline::LineEditor::CompletionJourneyState

Inherits:
Struct
  • Object
show all
Defined in:
lib/reline/line_editor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#line_indexObject

Returns the value of attribute line_index

Returns:

  • (Object)

    the current value of line_index



47
48
49
# File 'lib/reline/line_editor.rb', line 47

def line_index
  @line_index
end

#listObject

Returns the value of attribute list

Returns:

  • (Object)

    the current value of list



47
48
49
# File 'lib/reline/line_editor.rb', line 47

def list
  @list
end

#pointerObject

Returns the value of attribute pointer

Returns:

  • (Object)

    the current value of pointer



47
48
49
# File 'lib/reline/line_editor.rb', line 47

def pointer
  @pointer
end

#postObject

Returns the value of attribute post

Returns:

  • (Object)

    the current value of post



47
48
49
# File 'lib/reline/line_editor.rb', line 47

def post
  @post
end

#preObject

Returns the value of attribute pre

Returns:

  • (Object)

    the current value of pre



47
48
49
# File 'lib/reline/line_editor.rb', line 47

def pre
  @pre
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



47
48
49
# File 'lib/reline/line_editor.rb', line 47

def target
  @target
end