struct PassiveScanResult
- PassiveScanResult
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
models/passive_scan.crConstructors
- .new(passive_scan : PassiveScan, file_path : String, line_number : Int32, extract : String)
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #category : String
- #category=(category : String)
- #extract : String
- #extract=(extract : String)
- #file_path : String
- #file_path=(file_path : String)
- #id : String
- #id=(id : String)
- #info : PassiveScan::Info
- #info=(info : PassiveScan::Info)
- #line_number : Int32
- #line_number=(line_number : Int32)
- #techs : Array(YAML::Any)
- #techs=(techs : Array(YAML::Any))
Constructor Detail
def self.new(passive_scan : PassiveScan, file_path : String, line_number : Int32, extract : String)
#