Class: SacsRuby::API::AdvancedCalendarSearch

Inherits:
Base
  • Object
show all
Includes:
BasePost
Defined in:
lib/sacs_ruby/api/advanced_calendar_search.rb

Overview

The Advanced Calendar Search API returns the lowest published fares and flight itineraries for a given city pair.

Instance Attribute Summary

Attributes inherited from Base

#opts, #results, #token, #url

Instance Method Summary collapse

Methods included from BasePost

#get, #url

Methods inherited from Base

get, #get, #initialize, #valid?

Constructor Details

This class inherits a constructor from SacsRuby::Base

Instance Method Details

#endpoint_urlObject



8
9
10
# File 'lib/sacs_ruby/api/advanced_calendar_search.rb', line 8

def endpoint_url
  '/v1.9.0/shop/calendar/flights?mode=live'
end