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
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 |