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