Class: Reline::LineEditor::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 51
CompletionJourneyData = Struct.new('CompletionJourneyData', :preposing, :postposing, :list, :pointer)
#pointer (rw)
[ GitHub ]# File 'lib/reline/line_editor.rb', line 51
CompletionJourneyData = Struct.new('CompletionJourneyData', :preposing, :postposing, :list, :pointer)
#postposing (rw)
[ GitHub ]#preposing (rw)
[ GitHub ]# File 'lib/reline/line_editor.rb', line 51
CompletionJourneyData = Struct.new('CompletionJourneyData', :preposing, :postposing, :list, :pointer)