Class: Yelp::Neighborhood::Request::Base
- Defined in:
- lib/yelp/neighborhood/request/base.rb
Instance Attribute Summary
Attributes inherited from Request
#compress_response, #response_format, #yws_id
Instance Method Summary collapse
Methods inherited from Request
Methods inherited from Record
Constructor Details
This class inherits a constructor from Yelp::Request
Instance Method Details
#base_url ⇒ Object
7 8 9 |
# File 'lib/yelp/neighborhood/request/base.rb', line 7 def base_url 'http://api.yelp.com/neighborhood_search' end |