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