Class: Yosina::Transliterators::HyphensData::HyphensRecord
- Inherits:
-
Struct
- Object
- Struct
- Yosina::Transliterators::HyphensData::HyphensRecord
- Defined in:
- lib/yosina/transliterators/hyphens_data.rb
Overview
Record for hyphen transliteration data
Instance Attribute Summary collapse
-
#ascii ⇒ Object
Returns the value of attribute ascii.
-
#jisx0201 ⇒ Object
Returns the value of attribute jisx0201.
-
#jisx0208_90 ⇒ Object
Returns the value of attribute jisx0208_90.
-
#jisx0208_90_windows ⇒ Object
Returns the value of attribute jisx0208_90_windows.
-
#jisx0208_verbatim ⇒ Object
Returns the value of attribute jisx0208_verbatim.
Instance Method Summary collapse
-
#initialize(ascii: nil, jisx0201: nil, jisx0208_90: nil, jisx0208_90_windows: nil, jisx0208_verbatim: nil) ⇒ HyphensRecord
constructor
A new instance of HyphensRecord.
Constructor Details
#initialize(ascii: nil, jisx0201: nil, jisx0208_90: nil, jisx0208_90_windows: nil, jisx0208_verbatim: nil) ⇒ HyphensRecord
Returns a new instance of HyphensRecord.
9 10 11 |
# File 'lib/yosina/transliterators/hyphens_data.rb', line 9 def initialize(ascii: nil, jisx0201: nil, jisx0208_90: nil, jisx0208_90_windows: nil, jisx0208_verbatim: nil) super end |
Instance Attribute Details
#ascii ⇒ Object
Returns the value of attribute ascii
8 9 10 |
# File 'lib/yosina/transliterators/hyphens_data.rb', line 8 def ascii @ascii end |
#jisx0201 ⇒ Object
Returns the value of attribute jisx0201
8 9 10 |
# File 'lib/yosina/transliterators/hyphens_data.rb', line 8 def jisx0201 @jisx0201 end |
#jisx0208_90 ⇒ Object
Returns the value of attribute jisx0208_90
8 9 10 |
# File 'lib/yosina/transliterators/hyphens_data.rb', line 8 def jisx0208_90 @jisx0208_90 end |
#jisx0208_90_windows ⇒ Object
Returns the value of attribute jisx0208_90_windows
8 9 10 |
# File 'lib/yosina/transliterators/hyphens_data.rb', line 8 def jisx0208_90_windows @jisx0208_90_windows end |
#jisx0208_verbatim ⇒ Object
Returns the value of attribute jisx0208_verbatim
8 9 10 |
# File 'lib/yosina/transliterators/hyphens_data.rb', line 8 def jisx0208_verbatim @jisx0208_verbatim end |