module Gurunavi::Prefs
Public Instance Methods
pref_search(options={})
click to toggle source
Ref: api.gnavi.co.jp/api/manual/prefmaster/
# File lib/gurunavi/master/prefs.rb, line 5 def pref_search(options={}) response = connection.get do |req| req.url "master/PrefSearchAPI/#{@api_version}", options end return_error_or_body(response, response.body.pref) end