Class: Amadeus::Namespaces::EReputation
- Inherits:
-
Client::Decorator
- Object
- Client::Decorator
- Amadeus::Namespaces::EReputation
- Defined in:
- lib/amadeus/namespaces/e_reputation.rb,
lib/amadeus/namespaces/e_reputation/hotel_sentiments.rb more...
Overview
Defined Under Namespace
Classes: HotelSentiments
Instance Method Summary collapse
-
#hotel_sentiments ⇒ Amadeus::Namespaces::EReputation::HotelSentiments
The namespace for the E Reputation APIs:.
Instance Method Details
#hotel_sentiments ⇒ Amadeus::Namespaces::EReputation::HotelSentiments
The namespace for the E Reputation APIs:
20 21 22 |
# File 'lib/amadeus/namespaces/e_reputation.rb', line 20 def hotel_sentiments Amadeus::Namespaces::EReputation::HotelSentiments.new(client) end |