Class: Reline::Key
- Inherits:
-
Struct
- Object
- Struct
- Reline::Key
- Defined in:
- lib/reline.rb
Instance Attribute Summary collapse
-
#char ⇒ Object
Returns the value of attribute char.
-
#combined_char ⇒ Object
Returns the value of attribute combined_char.
-
#with_meta ⇒ Object
Returns the value of attribute with_meta.
Instance Attribute Details
#char ⇒ Object
Returns the value of attribute char
15 16 17 |
# File 'lib/reline.rb', line 15 def char @char end |
#combined_char ⇒ Object
Returns the value of attribute combined_char
15 16 17 |
# File 'lib/reline.rb', line 15 def combined_char @combined_char end |
#with_meta ⇒ Object
Returns the value of attribute with_meta
15 16 17 |
# File 'lib/reline.rb', line 15 def @with_meta end |