Sha256: cf69f25f7d89f52ce467dde13f67a19f7770348558fc5b9eb3fb12009adfbb91
Contents?: true
Size: 534 Bytes
Versions: 7
Compression:
Stored size: 534 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/utils/string_utils' module Contrast module Api module Decorators # Used to decorate the 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
7 entries across 7 versions & 1 rubygems