Class: Geonames::Toponym
- Inherits:
-
Object
- Object
- Geonames::Toponym
- Defined in:
- lib/geonames/toponym.rb
Instance Attribute Summary collapse
-
#admin_code_1 ⇒ Object
Returns the value of attribute admin_code_1.
-
#admin_code_2 ⇒ Object
Returns the value of attribute admin_code_2.
-
#admin_name_1 ⇒ Object
Returns the value of attribute admin_name_1.
-
#admin_name_2 ⇒ Object
Returns the value of attribute admin_name_2.
-
#alternate_names ⇒ Object
Returns the value of attribute alternate_names.
-
#country_code ⇒ Object
Returns the value of attribute country_code.
-
#country_name ⇒ Object
Returns the value of attribute country_name.
-
#distance ⇒ Object
Returns the value of attribute distance.
-
#elevation ⇒ Object
Returns the value of attribute elevation.
-
#feature_class ⇒ Object
Returns the value of attribute feature_class.
-
#feature_class_name ⇒ Object
Returns the value of attribute feature_class_name.
-
#feature_code ⇒ Object
Returns the value of attribute feature_code.
-
#feature_code_name ⇒ Object
Returns the value of attribute feature_code_name.
-
#geoname_id ⇒ Object
Returns the value of attribute geoname_id.
-
#latitude ⇒ Object
Returns the value of attribute latitude.
-
#longitude ⇒ Object
Returns the value of attribute longitude.
-
#name ⇒ Object
Returns the value of attribute name.
-
#population ⇒ Object
Returns the value of attribute population.
-
#timezone ⇒ Object
Returns the value of attribute timezone.
Instance Attribute Details
#admin_code_1 ⇒ Object
Returns the value of attribute admin_code_1.
22 23 24 |
# File 'lib/geonames/toponym.rb', line 22 def admin_code_1 @admin_code_1 end |
#admin_code_2 ⇒ Object
Returns the value of attribute admin_code_2.
22 23 24 |
# File 'lib/geonames/toponym.rb', line 22 def admin_code_2 @admin_code_2 end |
#admin_name_1 ⇒ Object
Returns the value of attribute admin_name_1.
22 23 24 |
# File 'lib/geonames/toponym.rb', line 22 def admin_name_1 @admin_name_1 end |
#admin_name_2 ⇒ Object
Returns the value of attribute admin_name_2.
22 23 24 |
# File 'lib/geonames/toponym.rb', line 22 def admin_name_2 @admin_name_2 end |
#alternate_names ⇒ Object
Returns the value of attribute alternate_names.
22 23 24 |
# File 'lib/geonames/toponym.rb', line 22 def alternate_names @alternate_names end |
#country_code ⇒ Object
Returns the value of attribute country_code.
22 23 24 |
# File 'lib/geonames/toponym.rb', line 22 def country_code @country_code end |
#country_name ⇒ Object
Returns the value of attribute country_name.
22 23 24 |
# File 'lib/geonames/toponym.rb', line 22 def country_name @country_name end |
#distance ⇒ Object
Returns the value of attribute distance.
22 23 24 |
# File 'lib/geonames/toponym.rb', line 22 def distance @distance end |
#elevation ⇒ Object
Returns the value of attribute elevation.
22 23 24 |
# File 'lib/geonames/toponym.rb', line 22 def elevation @elevation end |
#feature_class ⇒ Object
Returns the value of attribute feature_class.
22 23 24 |
# File 'lib/geonames/toponym.rb', line 22 def feature_class @feature_class end |
#feature_class_name ⇒ Object
Returns the value of attribute feature_class_name.
22 23 24 |
# File 'lib/geonames/toponym.rb', line 22 def feature_class_name @feature_class_name end |
#feature_code ⇒ Object
Returns the value of attribute feature_code.
22 23 24 |
# File 'lib/geonames/toponym.rb', line 22 def feature_code @feature_code end |
#feature_code_name ⇒ Object
Returns the value of attribute feature_code_name.
22 23 24 |
# File 'lib/geonames/toponym.rb', line 22 def feature_code_name @feature_code_name end |
#geoname_id ⇒ Object
Returns the value of attribute geoname_id.
22 23 24 |
# File 'lib/geonames/toponym.rb', line 22 def geoname_id @geoname_id end |
#latitude ⇒ Object
Returns the value of attribute latitude.
22 23 24 |
# File 'lib/geonames/toponym.rb', line 22 def latitude @latitude end |
#longitude ⇒ Object
Returns the value of attribute longitude.
22 23 24 |
# File 'lib/geonames/toponym.rb', line 22 def longitude @longitude end |
#name ⇒ Object
Returns the value of attribute name.
22 23 24 |
# File 'lib/geonames/toponym.rb', line 22 def name @name end |
#population ⇒ Object
Returns the value of attribute population.
22 23 24 |
# File 'lib/geonames/toponym.rb', line 22 def population @population end |
#timezone ⇒ Object
Returns the value of attribute timezone.
22 23 24 |
# File 'lib/geonames/toponym.rb', line 22 def timezone @timezone end |