module Gurunavi::Areas
Public Instance Methods
area_search(options={})
click to toggle source
Ref: api.gnavi.co.jp/api/manual/areamaster/
# File lib/gurunavi/master/areas.rb, line 5 def area_search(options={}) response = connection.get do |req| req.url "master/AreaSearchAPI/#{@api_version}", options end return_error_or_body(response, response.body.area) end