Sha256: e1a0541d01675c1fbe7c778e049b3f86124a538f6de47889f547b6b44615a5cb
Contents?: true
Size: 559 Bytes
Versions: 13
Compression:
Stored size: 559 Bytes
Contents
# Copyright (c) 2021 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
13 entries across 13 versions & 1 rubygems