Class: ActiveSupport::Multibyte::Handlers::Codepoint
- Inherits:
-
Object
- Object
- ActiveSupport::Multibyte::Handlers::Codepoint
- Defined in:
- lib/unicodechars/multibyte/handlers/utf8_handler.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#combining_class ⇒ Object
Returns the value of attribute combining_class.
-
#decomp_mapping ⇒ Object
Returns the value of attribute decomp_mapping.
-
#decomp_type ⇒ Object
Returns the value of attribute decomp_type.
-
#lowercase_mapping ⇒ Object
Returns the value of attribute lowercase_mapping.
-
#uppercase_mapping ⇒ Object
Returns the value of attribute uppercase_mapping.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
6 7 8 |
# File 'lib/unicodechars/multibyte/handlers/utf8_handler.rb', line 6 def code @code end |
#combining_class ⇒ Object
Returns the value of attribute combining_class.
6 7 8 |
# File 'lib/unicodechars/multibyte/handlers/utf8_handler.rb', line 6 def combining_class @combining_class end |
#decomp_mapping ⇒ Object
Returns the value of attribute decomp_mapping.
6 7 8 |
# File 'lib/unicodechars/multibyte/handlers/utf8_handler.rb', line 6 def decomp_mapping @decomp_mapping end |
#decomp_type ⇒ Object
Returns the value of attribute decomp_type.
6 7 8 |
# File 'lib/unicodechars/multibyte/handlers/utf8_handler.rb', line 6 def decomp_type @decomp_type end |
#lowercase_mapping ⇒ Object
Returns the value of attribute lowercase_mapping.
6 7 8 |
# File 'lib/unicodechars/multibyte/handlers/utf8_handler.rb', line 6 def lowercase_mapping @lowercase_mapping end |
#uppercase_mapping ⇒ Object
Returns the value of attribute uppercase_mapping.
6 7 8 |
# File 'lib/unicodechars/multibyte/handlers/utf8_handler.rb', line 6 def uppercase_mapping @uppercase_mapping end |