Class: Amadeus::Namespaces::ReferenceData::Locations::PointsOfInterest::BySquare
- Inherits:
-
Client::Decorator
- Object
- Client::Decorator
- Amadeus::Namespaces::ReferenceData::Locations::PointsOfInterest::BySquare
- Defined in:
- lib/amadeus/namespaces/reference_data/locations/points_of_interest/by_square.rb
Overview
Instance Method Summary collapse
-
#get(params = {}) ⇒ Amadeus::Response
Returns a list of relevant point of interests around a defined square (4 points).
Instance Method Details
#get(params = {}) ⇒ Amadeus::Response
Returns a list of relevant point of interests
around a defined square (4 points).
35 36 37 |
# File 'lib/amadeus/namespaces/reference_data/locations/points_of_interest/by_square.rb', line 35 def get(params = {}) client.get('/v1/reference-data/locations/pois/by-square', params) end |