Class: Reline::LineEditor::DialogProcScope::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



575
576
577
# File 'lib/reline/line_editor.rb', line 575

def list
  @list
end

#pointerObject

Returns the value of attribute pointer

Returns:

  • (Object)

    the current value of pointer



575
576
577
# File 'lib/reline/line_editor.rb', line 575

def pointer
  @pointer
end

#postposingObject

Returns the value of attribute postposing

Returns:

  • (Object)

    the current value of postposing



575
576
577
# File 'lib/reline/line_editor.rb', line 575

def postposing
  @postposing
end

#preposingObject

Returns the value of attribute preposing

Returns:

  • (Object)

    the current value of preposing



575
576
577
# File 'lib/reline/line_editor.rb', line 575

def preposing
  @preposing
end