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

#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