Class: Amadeus::Namespaces::Shopping::HotelOffers
- Inherits:
-
Client::Decorator
- Object
- Client::Decorator
- Amadeus::Namespaces::Shopping::HotelOffers
- Defined in:
- lib/amadeus/namespaces/shopping/hotel_offers.rb
Overview
Instance Method Summary collapse
-
#get(params = {}) ⇒ Amadeus::Response
Search for hotels and retrieve availability and rates information.
Instance Method Details
#get(params = {}) ⇒ Amadeus::Response
Search for hotels and retrieve availability and rates information
31 32 33 |
# File 'lib/amadeus/namespaces/shopping/hotel_offers.rb', line 31 def get(params = {}) client.get('/v2/shopping/hotel-offers', params) end |