Module: Lieu::Client::Photos
- Included in:
- Lieu::Client
- Defined in:
- lib/lieu/client/photos.rb
Overview
Methods for the Place Photos API
Instance Method Summary collapse
-
#photo(photo_reference, options = {}) ⇒ String
Get a photo.
Instance Method Details
#photo(photo_reference, options = {}) ⇒ String
Get a photo.
16 17 18 19 20 |
# File 'lib/lieu/client/photos.rb', line 16 def photo(photo_reference, ={}) .merge!(photoreference: photo_reference, json: false) get('photo', ) end |