123456789_123456789_123456789_123456789_123456789_

Class: Reline::Key

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

Instance Attribute Summary

Instance Attribute Details

#char (rw)

[ GitHub ]

  
# File 'lib/reline.rb', line 16

Key = Struct.new('Key', :char, :combined_char, :with_meta)

#combined_char (rw)

[ GitHub ]

  
# File 'lib/reline.rb', line 16

Key = Struct.new('Key', :char, :combined_char, :with_meta)

#with_meta (rw)

[ GitHub ]

  
# File 'lib/reline.rb', line 16

Key = Struct.new('Key', :char, :combined_char, :with_meta)