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