Sha256: 258179da43257940e46f6b368c1c88e0d3cd9a43a15d464c3f16ae6c7321707e
Contents?: true
Size: 574 Bytes
Versions: 11
Compression:
Stored size: 574 Bytes
Contents
# Copyright (c) 2020 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
11 entries across 11 versions & 1 rubygems