struct PassiveScan::Info
 
  - PassiveScan::Info
 - Struct
 - Value
 - Object
 
Included Modules
- JSON::Serializable
 - YAML::Serializable
 
Defined in:
models/passive_scan.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(yaml : YAML::Any)
 
Instance Method Summary
- #author : Array(YAML::Any)
 - #author=(author : Array(YAML::Any))
 - #description : String
 - #description=(description : String)
 - #name : String
 - #name=(name : String)
 - #reference : Array(YAML::Any)
 - #reference=(reference : Array(YAML::Any))
 - #severity : String
 - #severity=(severity : String)