Sha256: 940f81451929ee75cdc58f356d850f3babe14acdf5af7e9a9ca5d65c73a80d2b
Contents?: true
Size: 499 Bytes
Versions: 44
Compression:
Stored size: 499 Bytes
Contents
# frozen_string_literal: true module LeapSalesforce # Methods to interact with tooling API. # See https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/intro_rest_resources.htm module Tooling def tooling_objects new('Tooling sobjects', method: :get, suburl: 'tooling/sobjects') end def run_test_asynchronous new('Test run async', method: :post, suburl: 'tooling/runTestsAsynchronous/') end end end
Version data entries
44 entries across 44 versions & 1 rubygems