Sha256: 9fe93e3e706a8c7708bf321e3b9a375d8a5f5901bef23d6f1e7f06553c7b0247
Contents?: true
Size: 401 Bytes
Versions: 4
Compression:
Stored size: 401 Bytes
Contents
# Copyright (c) 2021 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true module Contrast module Delegators # Used to decorate the InputAnalysis protobuf model so it can own the # Contrast::Agent::Request from which it came. class InputAnalysis < SimpleDelegator attr_accessor :request end end end
Version data entries
4 entries across 4 versions & 1 rubygems