Class: SacsRuby::API::TravelThemeLookup

Inherits:
Base
  • Object
show all
Defined in:
lib/sacs_ruby/api/travel_theme_lookup.rb

Overview

The Travel Theme Lookup API returns a list of supported Sabre themes. A theme is similar to a travel category, and is based on geography, points of interest, and recreational activities, such as beaches, national parks, or skiing.

Instance Attribute Summary

Attributes inherited from Base

#opts, #results, #token, #url

Instance Method Summary collapse

Methods inherited from Base

get, #get, #initialize, #valid?

Constructor Details

This class inherits a constructor from SacsRuby::Base

Instance Method Details

#endpoint_urlObject



10
11
12
# File 'lib/sacs_ruby/api/travel_theme_lookup.rb', line 10

def endpoint_url
  '/v1/lists/supported/shop/themes'
end