Class: Reline::LineEditor::DialogProcScope::CompletionJourneyData
- Inherits:
-
Struct
- Object
- Struct
- Reline::LineEditor::DialogProcScope::CompletionJourneyData
- Defined in:
- lib/reline/line_editor.rb
Instance Attribute Summary collapse
-
#list ⇒ Object
Returns the value of attribute list.
-
#pointer ⇒ Object
Returns the value of attribute pointer.
-
#postposing ⇒ Object
Returns the value of attribute postposing.
-
#preposing ⇒ Object
Returns the value of attribute preposing.
Instance Attribute Details
#list ⇒ Object
Returns the value of attribute list
568 569 570 |
# File 'lib/reline/line_editor.rb', line 568 def list @list end |
#pointer ⇒ Object
Returns the value of attribute pointer
568 569 570 |
# File 'lib/reline/line_editor.rb', line 568 def pointer @pointer end |
#postposing ⇒ Object
Returns the value of attribute postposing
568 569 570 |
# File 'lib/reline/line_editor.rb', line 568 def postposing @postposing end |
#preposing ⇒ Object
Returns the value of attribute preposing
568 569 570 |
# File 'lib/reline/line_editor.rb', line 568 def preposing @preposing end |