Class: Geonames::CountrySubdivision

Inherits:
Object
  • Object
show all
Defined in:
lib/country_subdivision.rb

Instance Attribute Summary collapse

Instance Attribute Details

#admin_code_1Object

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_1Object

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_fipsObject

Returns the value of attribute code_fips.



25
26
27
# File 'lib/country_subdivision.rb', line 25

def code_fips
  @code_fips
end

#code_isoObject

Returns the value of attribute code_iso.



26
27
28
# File 'lib/country_subdivision.rb', line 26

def code_iso
  @code_iso
end

#country_codeObject

Returns the value of attribute country_code.



21
22
23
# File 'lib/country_subdivision.rb', line 21

def country_code
  @country_code
end

#country_nameObject

Returns the value of attribute country_name.



22
23
24
# File 'lib/country_subdivision.rb', line 22

def country_name
  @country_name
end