module AutoLocation

Constants

VERSION

Public Class Methods

cities() click to toggle source
# File lib/auto_location.rb, line 49
def cities
  @cities
end
cities_hash() click to toggle source
# File lib/auto_location.rb, line 53
def cities_hash
  @cities_hash
end
counties() click to toggle source
# File lib/auto_location.rb, line 65
def counties
  @counties
end
counties_hash() click to toggle source
# File lib/auto_location.rb, line 69
def counties_hash
  @counties_hash
end
not_found_location() click to toggle source
# File lib/auto_location.rb, line 73
def not_found_location
  @not_found_location
end
states() click to toggle source
# File lib/auto_location.rb, line 61
def states
  @states
end
zips() click to toggle source
# File lib/auto_location.rb, line 57
def zips
  @zips
end