Method: Foursquared::Tips#tip
- Defined in:
- lib/foursquared/tips.rb
#tip(tip_id) ⇒ Foursquared::Response::Tip
Tip detail
7 8 9 10 |
# File 'lib/foursquared/tips.rb', line 7 def tip tip_id response = get("/tips/#{tip_id}")["response"] Foursquared::Response::Tip.new(self, response["tip"]) end |