Class: Datasets::Geolonia::Record
- Inherits:
-
Struct
- Object
- Struct
- Datasets::Geolonia::Record
- Defined in:
- lib/datasets/geolonia.rb
Instance Attribute Summary collapse
-
#alias ⇒ Object
Returns the value of attribute alias.
-
#latitude ⇒ Object
Returns the value of attribute latitude.
-
#longitude ⇒ Object
Returns the value of attribute longitude.
-
#municipality_code ⇒ Object
Returns the value of attribute municipality_code.
-
#municipality_kana ⇒ Object
Returns the value of attribute municipality_kana.
-
#municipality_name ⇒ Object
Returns the value of attribute municipality_name.
-
#municipality_romaji ⇒ Object
Returns the value of attribute municipality_romaji.
-
#prefecture_code ⇒ Object
Returns the value of attribute prefecture_code.
-
#prefecture_kana ⇒ Object
Returns the value of attribute prefecture_kana.
-
#prefecture_name ⇒ Object
Returns the value of attribute prefecture_name.
-
#prefecture_romaji ⇒ Object
Returns the value of attribute prefecture_romaji.
-
#street_kana ⇒ Object
Returns the value of attribute street_kana.
-
#street_name ⇒ Object
Returns the value of attribute street_name.
-
#street_romaji ⇒ Object
Returns the value of attribute street_romaji.
Instance Attribute Details
#alias ⇒ Object
Returns the value of attribute alias
7 8 9 |
# File 'lib/datasets/geolonia.rb', line 7 def alias @alias end |
#latitude ⇒ Object
Returns the value of attribute latitude
7 8 9 |
# File 'lib/datasets/geolonia.rb', line 7 def latitude @latitude end |
#longitude ⇒ Object
Returns the value of attribute longitude
7 8 9 |
# File 'lib/datasets/geolonia.rb', line 7 def longitude @longitude end |
#municipality_code ⇒ Object
Returns the value of attribute municipality_code
7 8 9 |
# File 'lib/datasets/geolonia.rb', line 7 def municipality_code @municipality_code end |
#municipality_kana ⇒ Object
Returns the value of attribute municipality_kana
7 8 9 |
# File 'lib/datasets/geolonia.rb', line 7 def municipality_kana @municipality_kana end |
#municipality_name ⇒ Object
Returns the value of attribute municipality_name
7 8 9 |
# File 'lib/datasets/geolonia.rb', line 7 def municipality_name @municipality_name end |
#municipality_romaji ⇒ Object
Returns the value of attribute municipality_romaji
7 8 9 |
# File 'lib/datasets/geolonia.rb', line 7 def municipality_romaji @municipality_romaji end |
#prefecture_code ⇒ Object
Returns the value of attribute prefecture_code
7 8 9 |
# File 'lib/datasets/geolonia.rb', line 7 def prefecture_code @prefecture_code end |
#prefecture_kana ⇒ Object
Returns the value of attribute prefecture_kana
7 8 9 |
# File 'lib/datasets/geolonia.rb', line 7 def prefecture_kana @prefecture_kana end |
#prefecture_name ⇒ Object
Returns the value of attribute prefecture_name
7 8 9 |
# File 'lib/datasets/geolonia.rb', line 7 def prefecture_name @prefecture_name end |
#prefecture_romaji ⇒ Object
Returns the value of attribute prefecture_romaji
7 8 9 |
# File 'lib/datasets/geolonia.rb', line 7 def prefecture_romaji @prefecture_romaji end |
#street_kana ⇒ Object
Returns the value of attribute street_kana
7 8 9 |
# File 'lib/datasets/geolonia.rb', line 7 def street_kana @street_kana end |
#street_name ⇒ Object
Returns the value of attribute street_name
7 8 9 |
# File 'lib/datasets/geolonia.rb', line 7 def street_name @street_name end |
#street_romaji ⇒ Object
Returns the value of attribute street_romaji
7 8 9 |
# File 'lib/datasets/geolonia.rb', line 7 def street_romaji @street_romaji end |