Class: Amadeus::Namespaces::EReputation::HotelSentiments
- Inherits:
-
Client::Decorator
- Object
- Client::Decorator
- Amadeus::Namespaces::EReputation::HotelSentiments
- Defined in:
- lib/amadeus/namespaces/e_reputation/hotel_sentiments.rb
Overview
A namespaced client for the /v2/e-reputation/hotel-sentiments endpoints
Access via the Amadeus::Client object
amadeus = Amadeus::Client.new
amadeus.e_reputation.hotel_sentiments
Instance Method Summary collapse
-
#get(params = {}) ⇒ Amadeus:Response
For a given list of hotels, returns the sentiment analysis of each hotel.
Instance Method Details
#get(params = {}) ⇒ Amadeus:Response
For a given list of hotels, returns the sentiment analysis of each hotel
25 26 27 |
# File 'lib/amadeus/namespaces/e_reputation/hotel_sentiments.rb', line 25 def get(params = {}) client.get('/v2/e-reputation/hotel-sentiments', params) end |