Class: Yosina::Transliterators::IvsSvsBaseData::IvsSvsBaseRecord
- Inherits:
-
Struct
- Object
- Struct
- Yosina::Transliterators::IvsSvsBaseData::IvsSvsBaseRecord
- Defined in:
- lib/yosina/transliterators/ivs_svs_base_data.rb
Overview
Record for IVS/SVS base transliteration data
Instance Attribute Summary collapse
-
#base2004 ⇒ Object
Returns the value of attribute base2004.
-
#base90 ⇒ Object
Returns the value of attribute base90.
-
#ivs ⇒ Object
Returns the value of attribute ivs.
-
#svs ⇒ Object
Returns the value of attribute svs.
Instance Method Summary collapse
-
#initialize(ivs:, svs: nil, base90: nil, base2004: nil) ⇒ IvsSvsBaseRecord
constructor
A new instance of IvsSvsBaseRecord.
Constructor Details
#initialize(ivs:, svs: nil, base90: nil, base2004: nil) ⇒ IvsSvsBaseRecord
Returns a new instance of IvsSvsBaseRecord.
9 10 11 |
# File 'lib/yosina/transliterators/ivs_svs_base_data.rb', line 9 def initialize(ivs:, svs: nil, base90: nil, base2004: nil) super end |
Instance Attribute Details
#base2004 ⇒ Object
Returns the value of attribute base2004
8 9 10 |
# File 'lib/yosina/transliterators/ivs_svs_base_data.rb', line 8 def base2004 @base2004 end |
#base90 ⇒ Object
Returns the value of attribute base90
8 9 10 |
# File 'lib/yosina/transliterators/ivs_svs_base_data.rb', line 8 def base90 @base90 end |
#ivs ⇒ Object
Returns the value of attribute ivs
8 9 10 |
# File 'lib/yosina/transliterators/ivs_svs_base_data.rb', line 8 def ivs @ivs end |
#svs ⇒ Object
Returns the value of attribute svs
8 9 10 |
# File 'lib/yosina/transliterators/ivs_svs_base_data.rb', line 8 def svs @svs end |