Class: Reline::Key
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Struct
|
|
Instance Chain:
self,
Struct
|
|
Inherits: |
Struct
|
Defined in: | lib/reline.rb |
Instance Attribute Summary
- #char rw
- #combined_char rw
- #with_meta rw
Instance Attribute Details
#char (rw)
[ GitHub ]# File 'lib/reline.rb', line 16
Key = Struct.new('Key', :char, :combined_char, : )
#combined_char (rw)
[ GitHub ]# File 'lib/reline.rb', line 16
Key = Struct.new('Key', :char, :combined_char, : )
#with_meta (rw)
[ GitHub ]# File 'lib/reline.rb', line 16
Key = Struct.new('Key', :char, :combined_char, : )