struct

KemalWAF::EvaluationResult

Inherits Struct / Value / Object

İstek değerlendirme sonucu

Constructors

new(blocked : Bool, rule_id : Int32 | Nil = nil, message : Nil | String = nil, observed : Bool = false, matched_variable : Nil | String = nil, matched_value : Nil | String = nil)
Source

Instance methods

blocked
Source
blocked=(blocked : Bool)
Source
matched_value
Source
matched_value=(matched_value : String | Nil)
Source
matched_variable
Source
matched_variable=(matched_variable : String | Nil)
Source
message
Source
message=(message : String | Nil)
Source
observed
Source
observed=(observed : Bool)
Source
rule_id
Source
rule_id=(rule_id : Int32 | Nil)
Source