Module: YellowApi::Client::FindBusiness
- Included in:
- YellowApi::Client
- Defined in:
- lib/yellow_api/client/find_business.rb
Instance Method Summary collapse
-
#find_business(what, where, options = {}) ⇒ Hash
Returns a listing of businesses matching specified criteria.
Instance Method Details
#find_business(what, where, options = {}) ⇒ Hash
Note:
Max 5000 results returned
Returns a listing of businesses matching specified criteria
23 24 25 26 27 28 |
# File 'lib/yellow_api/client/find_business.rb', line 23 def find_business(what, where, = {}) [:what] = what [:where] = where get('/FindBusiness/', ) end |