Module: Lieu::Client::Details
- Included in:
- Lieu::Client
- Defined in:
- lib/lieu/client/details.rb
Overview
Methods for the Place Details API
Instance Method Summary collapse
-
#details(reference, options = {}) ⇒ Hashie::Mash
Get a place details.
Instance Method Details
#details(reference, options = {}) ⇒ Hashie::Mash
Get a place details.
14 15 16 17 18 |
# File 'lib/lieu/client/details.rb', line 14 def details(reference, ={}) .merge!(reference: reference) get('details', ).result end |