Module: Gurunavi::Prefs
- Included in:
- Client
- Defined in:
- lib/gurunavi/master/prefs.rb
Instance Method Summary collapse
Instance Method Details
#pref_search(options = {}) ⇒ Object
5 6 7 8 9 10 |
# File 'lib/gurunavi/master/prefs.rb', line 5 def pref_search(={}) response = connection.get do |req| req.url "master/PrefSearchAPI/#{@api_version}", end return_error_or_body(response, response.body.pref) end |