Class: Amadeus::Namespaces::EReputation

Inherits:
Client::Decorator
  • Object
show all
Defined in:
lib/amadeus/namespaces/e_reputation.rb,
lib/amadeus/namespaces/e_reputation/hotel_sentiments.rb

Overview

A namespaced client for the /v2/e-reputation endpoints

Access via the Amadeus::Client object

amadeus = Amadeus::Client.new
amadeus.e_reputation

Defined Under Namespace

Classes: HotelSentiments

Instance Method Summary collapse

Instance Method Details

#hotel_sentimentsAmadeus::Namespaces::EReputation::HotelSentiments

The namespace for the E Reputation APIs:

Examples:

amadeus.e_reputation.hotel_sentiments

Returns:



20
21
22
# File 'lib/amadeus/namespaces/e_reputation.rb', line 20

def hotel_sentiments
  Amadeus::Namespaces::EReputation::HotelSentiments.new(client)
end