Sha256: bf77ff1c2be01a9679010c26bf1180241a9c96ce25827a348e957846fb733dad
Contents?: true
Size: 215 Bytes
Versions: 3
Compression:
Stored size: 215 Bytes
Contents
module Yelp4r class Client include HTTParty base_uri 'api.yelp.com' format :json def initialize(ywsid) self.class.default_params :ywsid => ywsid end end end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
tcocca-yelp4r-1.0.2 | lib/yelp4r/client.rb |
yelp4r-1.2.0 | lib/yelp4r/client.rb |
yelp4r-1.1.0 | lib/yelp4r/client.rb |