Class: Reline::LineEditor::DialogProcScope::CompletionJourneyData
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
          Struct
         | |
| Instance Chain: 
          self,
          Struct
         | |
| Inherits: | Struct 
 | 
| Defined in: | lib/reline/line_editor.rb | 
Instance Attribute Summary
- #list rw
- #pointer rw
- #postposing rw
- #preposing rw
Instance Attribute Details
#list (rw)
[ GitHub ]# File 'lib/reline/line_editor.rb', line 569
CompletionJourneyData = Struct.new(:preposing, :postposing, :list, :pointer)
#pointer (rw)
[ GitHub ]# File 'lib/reline/line_editor.rb', line 569
CompletionJourneyData = Struct.new(:preposing, :postposing, :list, :pointer)
#postposing (rw)
[ GitHub ]#preposing (rw)
[ GitHub ]# File 'lib/reline/line_editor.rb', line 569
CompletionJourneyData = Struct.new(:preposing, :postposing, :list, :pointer)