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