123456789_123456789_123456789_123456789_123456789_

Class: Reline::LineEditor::CompletionJourneyState

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • Object
Defined in: lib/reline/line_editor.rb

Instance Attribute Summary

Instance Attribute Details

#line_index (rw)

[ GitHub ]

  
# File 'lib/reline/line_editor.rb', line 48

CompletionJourneyState = Struct.new(:line_index, :pre, :target, :post, :list, :pointer)

#list (rw)

[ GitHub ]

  
# File 'lib/reline/line_editor.rb', line 48

CompletionJourneyState = Struct.new(:line_index, :pre, :target, :post, :list, :pointer)

#pointer (rw)

[ GitHub ]

  
# File 'lib/reline/line_editor.rb', line 48

CompletionJourneyState = Struct.new(:line_index, :pre, :target, :post, :list, :pointer)

#post (rw)

[ GitHub ]

  
# File 'lib/reline/line_editor.rb', line 48

CompletionJourneyState = Struct.new(:line_index, :pre, :target, :post, :list, :pointer)

#pre (rw)

[ GitHub ]

  
# File 'lib/reline/line_editor.rb', line 48

CompletionJourneyState = Struct.new(:line_index, :pre, :target, :post, :list, :pointer)

#target (rw)

[ GitHub ]

  
# File 'lib/reline/line_editor.rb', line 48

CompletionJourneyState = Struct.new(:line_index, :pre, :target, :post, :list, :pointer)