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
559 560 561 |
# File 'lib/reline/line_editor.rb', line 559 def list @list end |
#pointer ⇒ Object
Returns the value of attribute pointer
559 560 561 |
# File 'lib/reline/line_editor.rb', line 559 def pointer @pointer end |
#postposing ⇒ Object
Returns the value of attribute postposing
559 560 561 |
# File 'lib/reline/line_editor.rb', line 559 def postposing @postposing end |
#preposing ⇒ Object
Returns the value of attribute preposing
559 560 561 |
# File 'lib/reline/line_editor.rb', line 559 def preposing @preposing end |