7 8 9 10 11
# File 'lib/cb/clients/cb_saved_job_search_api.rb', line 7 def create_saved_search(search) my_api = Cb::Utils::Api.new() saved_search = my_api.cb_post(Cb.configuration.uri_saved_job_search_create, :body => search.to_xml) end