Class: Amadeus::Namespaces::ReferenceData::Urls

Inherits:
Client::Decorator
  • Object
show all
Defined in:
lib/amadeus/namespaces/reference_data/urls.rb,
lib/amadeus/namespaces/reference_data/urls/checkin_links.rb

Overview

A namespaced client for the /v2/reference-data/urls endpoints

Access via the Amadeus::Client object

amadeus = Amadeus::Client.new
amadeus.reference_data.urls

Defined Under Namespace

Classes: CheckinLinks

Instance Method Summary collapse

Instance Method Details

The namespace for the CheckinLinks APIs:

Examples:

amadeus.reference_data.urls.checkin_links

Returns:



21
22
23
# File 'lib/amadeus/namespaces/reference_data/urls.rb', line 21

def checkin_links
  Amadeus::Namespaces::ReferenceData::Urls::CheckinLinks.new(client)
end