Module: AutoLocation

Defined in:
lib/auto_location.rb,
lib/auto_location/version.rb

Constant Summary collapse

VERSION =
"0.0.4"

Class Method Summary collapse

Class Method Details

.citiesObject



49
50
51
# File 'lib/auto_location.rb', line 49

def cities
  @cities
end

.cities_hashObject



53
54
55
# File 'lib/auto_location.rb', line 53

def cities_hash
  @cities_hash
end

.countiesObject



65
66
67
# File 'lib/auto_location.rb', line 65

def counties
  @counties
end

.counties_hashObject



69
70
71
# File 'lib/auto_location.rb', line 69

def counties_hash
  @counties_hash
end

.not_found_locationObject



73
74
75
# File 'lib/auto_location.rb', line 73

def not_found_location
  @not_found_location
end

.statesObject



61
62
63
# File 'lib/auto_location.rb', line 61

def states
  @states
end

.zipsObject



57
58
59
# File 'lib/auto_location.rb', line 57

def zips
  @zips
end