Module: SeeClickFix::Client::WatchAreas
- Included in:
- SeeClickFix::Client
- Defined in:
- lib/seeclickfix/client/watch_areas.rb
Instance Method Summary collapse
-
#watch_areas(options = {}) ⇒ Array<Hashie::Mash>
Use this query to list public watch areas at a given location.
Instance Method Details
#watch_areas(options = {}) ⇒ Array<Hashie::Mash>
Use this query to list public watch areas at a given location.
21 22 23 |
# File 'lib/seeclickfix/client/watch_areas.rb', line 21 def watch_areas(={}) get("api/watchers/list.json", ) end |