module States
Public Instance Methods
get_all_states(options={})
click to toggle source
# File lib/tessitura_rest/reference_data/states.rb, line 3 def get_all_states (options={}) options.merge!(basic_auth: @auth, headers: @headers) response = self.class.get(base_api_endpoint("ReferenceData/States"), options) end