module HotPepper::Endpoints::Gourmet
Public Instance Methods
gourmet(options = {})
click to toggle source
# File lib/hot_pepper/endpoints/gourmet.rb, line 6 def gourmet(options = {}) get("gourmet/v1?key=#{api_key}&format=json&#{generate_query(options)}") end