Class: Daidai::Tables::Okurigana
- Inherits:
-
Struct
- Object
- Struct
- Daidai::Tables::Okurigana
- Defined in:
- lib/daidai/tables.rb
Overview
One okurigana rule: how to turn a dictionary form into one conjugation.
Instance Attribute Summary collapse
-
#euphk ⇒ Object
Returns the value of attribute euphk.
-
#euphr ⇒ Object
Returns the value of attribute euphr.
-
#okuri ⇒ Object
Returns the value of attribute okuri.
-
#stem ⇒ Object
Returns the value of attribute stem.
Instance Attribute Details
#euphk ⇒ Object
Returns the value of attribute euphk
14 15 16 |
# File 'lib/daidai/tables.rb', line 14 def euphk @euphk end |
#euphr ⇒ Object
Returns the value of attribute euphr
14 15 16 |
# File 'lib/daidai/tables.rb', line 14 def euphr @euphr end |
#okuri ⇒ Object
Returns the value of attribute okuri
14 15 16 |
# File 'lib/daidai/tables.rb', line 14 def okuri @okuri end |
#stem ⇒ Object
Returns the value of attribute stem
14 15 16 |
# File 'lib/daidai/tables.rb', line 14 def stem @stem end |