Class: Sekki24::KouNames::Definition
- Inherits:
-
Struct
- Object
- Struct
- Sekki24::KouNames::Definition
- Defined in:
- lib/sekki24/kou_names.rb
Instance Attribute Summary collapse
-
#longitude ⇒ Object
Returns the value of attribute longitude.
-
#name_ja ⇒ Object
Returns the value of attribute name_ja.
-
#ordinal ⇒ Object
Returns the value of attribute ordinal.
-
#position ⇒ Object
Returns the value of attribute position.
-
#reading ⇒ Object
Returns the value of attribute reading.
-
#term_key ⇒ Object
Returns the value of attribute term_key.
Instance Attribute Details
#longitude ⇒ Object
Returns the value of attribute longitude
5 6 7 |
# File 'lib/sekki24/kou_names.rb', line 5 def longitude @longitude end |
#name_ja ⇒ Object
Returns the value of attribute name_ja
5 6 7 |
# File 'lib/sekki24/kou_names.rb', line 5 def name_ja @name_ja end |
#ordinal ⇒ Object
Returns the value of attribute ordinal
5 6 7 |
# File 'lib/sekki24/kou_names.rb', line 5 def ordinal @ordinal end |
#position ⇒ Object
Returns the value of attribute position
5 6 7 |
# File 'lib/sekki24/kou_names.rb', line 5 def position @position end |
#reading ⇒ Object
Returns the value of attribute reading
5 6 7 |
# File 'lib/sekki24/kou_names.rb', line 5 def reading @reading end |
#term_key ⇒ Object
Returns the value of attribute term_key
5 6 7 |
# File 'lib/sekki24/kou_names.rb', line 5 def term_key @term_key end |