Sha256: fdab25a7554544269266868f2b7119af95257b58bd054105412a5f432b0e6d1c
Contents?: true
Size: 315 Bytes
Versions: 25
Compression:
Stored size: 315 Bytes
Contents
# frozen_string_literal: true require_relative 'soql_global_data' # ApiService that interacts with Salesforce via the API globally. # For interacts that are specific to an object, use a class inheriting from SoqlData # See SoqlGlobalData for details on how it's used module Salesforce extend SoqlGlobalData end
Version data entries
25 entries across 25 versions & 1 rubygems