Module: States

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

Instance Method Summary collapse

Instance Method Details

#get_all_states(options = {}) ⇒ Object



2
3
4
5
# File 'lib/tessitura_rest/reference_data/states.rb', line 2

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