module LeapSalesforce::Tooling

Methods to interact with tooling API. See developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/intro_rest_resources.htm

Public Instance Methods

run_test_asynchronous() click to toggle source
# File lib/leap_salesforce/soql_data/tooling.rb, line 12
def run_test_asynchronous
  new('Test run async', method: :post,
                        suburl: 'tooling/runTestsAsynchronous/')
end
tooling_objects() click to toggle source
# File lib/leap_salesforce/soql_data/tooling.rb, line 7
def tooling_objects
  new('Tooling sobjects',
      method: :get, suburl: 'tooling/sobjects')
end