Class: Mail::Multibyte::Unicode::Codepoint
- Inherits:
-
Object
- Object
- Mail::Multibyte::Unicode::Codepoint
- Defined in:
- lib/mail/multibyte/unicode.rb
Overview
Holds data about a codepoint in the Unicode database
Instance Attribute Summary (collapse)
-
- (Object) code
Returns the value of attribute code.
-
- (Object) combining_class
Returns the value of attribute combining_class.
-
- (Object) decomp_mapping
Returns the value of attribute decomp_mapping.
-
- (Object) decomp_type
Returns the value of attribute decomp_type.
-
- (Object) lowercase_mapping
Returns the value of attribute lowercase_mapping.
-
- (Object) uppercase_mapping
Returns the value of attribute uppercase_mapping.
Instance Attribute Details
- (Object) code
Returns the value of attribute code
313 314 315 |
# File 'lib/mail/multibyte/unicode.rb', line 313 def code @code end |
- (Object) combining_class
Returns the value of attribute combining_class
313 314 315 |
# File 'lib/mail/multibyte/unicode.rb', line 313 def combining_class @combining_class end |
- (Object) decomp_mapping
Returns the value of attribute decomp_mapping
313 314 315 |
# File 'lib/mail/multibyte/unicode.rb', line 313 def decomp_mapping @decomp_mapping end |
- (Object) decomp_type
Returns the value of attribute decomp_type
313 314 315 |
# File 'lib/mail/multibyte/unicode.rb', line 313 def decomp_type @decomp_type end |
- (Object) lowercase_mapping
Returns the value of attribute lowercase_mapping
313 314 315 |
# File 'lib/mail/multibyte/unicode.rb', line 313 def lowercase_mapping @lowercase_mapping end |
- (Object) uppercase_mapping
Returns the value of attribute uppercase_mapping
313 314 315 |
# File 'lib/mail/multibyte/unicode.rb', line 313 def uppercase_mapping @uppercase_mapping end |