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