lib/restforce/tooling/client.rb
# frozen_string_literal: true module Restforce module Tooling class Client < AbstractClient private def api_path(path) super("tooling/#{path}") end end end end
# frozen_string_literal: true module Restforce module Tooling class Client < AbstractClient private def api_path(path) super("tooling/#{path}") end end end end