Class: Reline::LineEditor::DialogProcScope::CompletionJourneyData

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

Instance Attribute Summary collapse

Instance Attribute Details

#list ⇒ Object

Returns the value of attribute list

Returns:

  • (Object) —

    the current value of list



569
570
571
# File 'lib/reline/line_editor.rb', line 569

def list
  @list
end

#pointer ⇒ Object

Returns the value of attribute pointer

Returns:

  • (Object) —

    the current value of pointer



569
570
571
# File 'lib/reline/line_editor.rb', line 569

def pointer
  @pointer
end

#postposing ⇒ Object

Returns the value of attribute postposing

Returns:

  • (Object) —

    the current value of postposing



569
570
571
# File 'lib/reline/line_editor.rb', line 569

def postposing
  @postposing
end

#preposing ⇒ Object

Returns the value of attribute preposing

Returns:

  • (Object) —

    the current value of preposing



569
570
571
# File 'lib/reline/line_editor.rb', line 569

def preposing
  @preposing
end