Class: Reline::Key

Inherits:
Struct
  • Object
show all
Defined in:
lib/reline.rb

Instance Attribute Summary collapse

Instance Attribute Details

#charObject

Returns the value of attribute char

Returns:

  • (Object)

    the current value of char



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

def char
  @char
end

#combined_charObject

Returns the value of attribute combined_char

Returns:

  • (Object)

    the current value of combined_char



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

def combined_char
  @combined_char
end

#with_metaObject

Returns the value of attribute with_meta

Returns:

  • (Object)

    the current value of with_meta



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

def with_meta
  @with_meta
end