Class: Reline::LineEditor::CompletionJourneyData

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

Instance Attribute Summary collapse

Instance Attribute Details

#listObject

Returns the value of attribute list

Returns:

  • (Object)

    the current value of list



50
51
52
# File 'lib/reline/line_editor.rb', line 50

def list
  @list
end

#pointerObject

Returns the value of attribute pointer

Returns:

  • (Object)

    the current value of pointer



50
51
52
# File 'lib/reline/line_editor.rb', line 50

def pointer
  @pointer
end

#postposingObject

Returns the value of attribute postposing

Returns:

  • (Object)

    the current value of postposing



50
51
52
# File 'lib/reline/line_editor.rb', line 50

def postposing
  @postposing
end

#preposingObject

Returns the value of attribute preposing

Returns:

  • (Object)

    the current value of preposing



50
51
52
# File 'lib/reline/line_editor.rb', line 50

def preposing
  @preposing
end