struct PassiveScan::Matcher

Defined in:

models/passive_scan.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(yaml : YAML::Any) #

[View source]

Instance Method Detail

def condition : String #

[View source]
def condition=(condition : String) #

[View source]
def patterns : Array(YAML::Any) #

[View source]
def patterns=(patterns : Array(YAML::Any)) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]