Module: LeapSalesforce::Tooling
- Included in:
- SoqlGlobalObjectData
- Defined in:
- lib/leap_salesforce/soql_data/tooling.rb
Overview
Methods to interact with tooling API. See developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/intro_rest_resources.htm
Instance Method Summary collapse
Instance Method Details
#run_test_asynchronous ⇒ Object
12 13 14 15 |
# 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 ⇒ Object
7 8 9 10 |
# File 'lib/leap_salesforce/soql_data/tooling.rb', line 7 def tooling_objects new('Tooling sobjects', method: :get, suburl: 'tooling/sobjects') end |