class Restforce::Tooling::Client

Private Instance Methods

api_path(path) click to toggle source
Calls superclass method Restforce::Concerns::API#api_path
# File lib/restforce/tooling/client.rb, line 8
def api_path(path)
  super("tooling/#{path}")
end