struct PassiveScanResult

Included Modules

Defined in:

models/passive_scan.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(passive_scan : PassiveScan, file_path : String, line_number : Int32, extract : String) #

[View source]
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def category : String #

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

[View source]
def extract : String #

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

[View source]
def file_path : String #

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

[View source]
def id : String #

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

[View source]
def info : PassiveScan::Info #

[View source]
def info=(info : PassiveScan::Info) #

[View source]
def line_number : Int32 #

[View source]
def line_number=(line_number : Int32) #

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

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

[View source]