Class: Geonames::CountrySubdivision
- Inherits:
-
Object
- Object
- Geonames::CountrySubdivision
- Defined in:
- lib/geonames/country_subdivision.rb
Instance Attribute Summary collapse
-
#admin_code_1 ⇒ Object
Returns the value of attribute admin_code_1.
-
#admin_name_1 ⇒ Object
Returns the value of attribute admin_name_1.
-
#code_fips ⇒ Object
Returns the value of attribute code_fips.
-
#code_iso ⇒ Object
Returns the value of attribute code_iso.
-
#country_code ⇒ Object
Returns the value of attribute country_code.
-
#country_name ⇒ Object
Returns the value of attribute country_name.
Instance Attribute Details
#admin_code_1 ⇒ Object
Returns the value of attribute admin_code_1.
22 23 24 |
# File 'lib/geonames/country_subdivision.rb', line 22 def admin_code_1 @admin_code_1 end |
#admin_name_1 ⇒ Object
Returns the value of attribute admin_name_1.
22 23 24 |
# File 'lib/geonames/country_subdivision.rb', line 22 def admin_name_1 @admin_name_1 end |
#code_fips ⇒ Object
Returns the value of attribute code_fips.
22 23 24 |
# File 'lib/geonames/country_subdivision.rb', line 22 def code_fips @code_fips end |
#code_iso ⇒ Object
Returns the value of attribute code_iso.
22 23 24 |
# File 'lib/geonames/country_subdivision.rb', line 22 def code_iso @code_iso end |
#country_code ⇒ Object
Returns the value of attribute country_code.
22 23 24 |
# File 'lib/geonames/country_subdivision.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/country_subdivision.rb', line 22 def country_name @country_name end |