Class: Geonames::Intersection

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

Instance Attribute Summary collapse

Instance Attribute Details

#admin_code_1Object

Returns the value of attribute admin_code_1.



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

def admin_code_1
  @admin_code_1
end

#admin_code_2Object

Returns the value of attribute admin_code_2.



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

def admin_code_2
  @admin_code_2
end

#admin_name_1Object

Returns the value of attribute admin_name_1.



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

def admin_name_1
  @admin_name_1
end

#admin_name_2Object

Returns the value of attribute admin_name_2.



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

def admin_name_2
  @admin_name_2
end

#country_codeObject

Returns the value of attribute country_code.



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

def country_code
  @country_code
end

#distanceObject

Returns the value of attribute distance.



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

def distance
  @distance
end

#latitudeObject

Returns the value of attribute latitude.



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

def latitude
  @latitude
end

#longitudeObject

Returns the value of attribute longitude.



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

def longitude
  @longitude
end

#place_nameObject

Returns the value of attribute place_name.



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

def place_name
  @place_name
end

#postal_codeObject

Returns the value of attribute postal_code.



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

def postal_code
  @postal_code
end

#street_1Object

Returns the value of attribute street_1.



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

def street_1
  @street_1
end

#street_2Object

Returns the value of attribute street_2.



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

def street_2
  @street_2
end