lib/access/api.rb in access-1.1.5 vs lib/access/api.rb in access-1.1.6

- old
+ new

@@ -38,9 +38,13 @@ def find_store(store_id, options = {}) get("/stores/#{store_id}", "offer", options) end + def national_stores(options={}) + get("/stores/national", "offer", options) + end + # Autocomplete def autocomplete(options = {}) get("/autocomplete", "offer", options) end