Class: SacsRuby::API::DestinationFinder

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

Overview

The Destination Finder API returns the lowest published fares available to destinations from a given origin.

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



12
13
14
# File 'lib/sacs_ruby/api/destination_finder.rb', line 12

def endpoint_url
  '/v2/shop/flights/fares'
end

#required_varsObject



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

def required_vars
  %i( origin )
end