Sha256: e8b358616ef65a5d6f4202f44b3a164aef35d3e807ced00e891f91ab60d39a96
Contents?: true
Size: 574 Bytes
Versions: 20
Compression:
Stored size: 574 Bytes
Contents
# Copyright (c) 2022 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true module Contrast # Builds out the Contrast::Api namespace and requires the classes in the api # directory, making available those classes required to communicate with the # Contrast Service, including those generated from Protobuf module Api ENCODING_STRING = 'I>' end end require 'contrast/api/dtm.pb' require 'contrast/api/settings.pb' require 'contrast/api/decorators' require 'contrast/api/communication'
Version data entries
20 entries across 20 versions & 1 rubygems