Module: Countries

Included in:
TessituraRest
Defined in:
lib/tessitura_rest/reference_data/countries.rb

Instance Method Summary collapse

Instance Method Details

#get_all_countries(options = {}) ⇒ Object



3
4
5
6
# File 'lib/tessitura_rest/reference_data/countries.rb', line 3

def get_all_countries (options={})
  options.merge!(basic_auth: @auth, headers: @headers)
  response = self.class.get(base_api_endpoint("ReferenceData/Countries"), options)
end