Module: AutoLocation
- Defined in:
- lib/auto_location.rb,
lib/auto_location/version.rb
Constant Summary collapse
- VERSION =
"0.0.4"
Class Method Summary collapse
- .cities ⇒ Object
- .cities_hash ⇒ Object
- .counties ⇒ Object
- .counties_hash ⇒ Object
- .not_found_location ⇒ Object
- .states ⇒ Object
- .zips ⇒ Object
Class Method Details
.cities ⇒ Object
49 50 51 |
# File 'lib/auto_location.rb', line 49 def cities @cities end |
.cities_hash ⇒ Object
53 54 55 |
# File 'lib/auto_location.rb', line 53 def cities_hash @cities_hash end |
.counties ⇒ Object
65 66 67 |
# File 'lib/auto_location.rb', line 65 def counties @counties end |
.counties_hash ⇒ Object
69 70 71 |
# File 'lib/auto_location.rb', line 69 def counties_hash @counties_hash end |
.not_found_location ⇒ Object
73 74 75 |
# File 'lib/auto_location.rb', line 73 def not_found_location @not_found_location end |
.states ⇒ Object
61 62 63 |
# File 'lib/auto_location.rb', line 61 def states @states end |
.zips ⇒ Object
57 58 59 |
# File 'lib/auto_location.rb', line 57 def zips @zips end |