Sha256: c5d47b44e581bd45853a136feb919861fa93a4455f81ca287b11ea97dd1805a1
Contents?: true
Size: 559 Bytes
Versions: 11
Compression:
Stored size: 559 Bytes
Contents
# Copyright (c) 2020 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true require 'contrast/utils/string_utils' module Contrast module Api module Decorators # Used to decorate the {Contrast::Api::Settings::InputAnalysis} protobuf # model so it can own the request which its data is for. module InputAnalysis attr_accessor :request end end end end Contrast::Api::Settings::InputAnalysis.include(Contrast::Api::Decorators::InputAnalysis)
Version data entries
11 entries across 11 versions & 1 rubygems