Sha256: f52df13f4504b437b7ecc24c7293997c132c10e00dbdd898690147ee6162d63a
Contents?: true
Size: 555 Bytes
Versions: 1
Compression:
Stored size: 555 Bytes
Contents
# Copyright (c) 2020 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true cs__scoped_require 'contrast/api/settings_pb' module Contrast module Api module Decorators # Used to decorate the Contrast::Api::Settings::Exclusion protobuf model # to allow for renaming of fields. module Exclusion def denylist blacklist end end end end end Contrast::Api::Settings::Exclusion.include(Contrast::Api::Decorators::Exclusion)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
contrast-agent-3.11.0 | lib/contrast/api/decorators/exclusion.rb |