Class: MetzScan::Calibration::ProjectAnalyzerEvidenceRunner::TargetRun
- Inherits:
-
Object
- Object
- MetzScan::Calibration::ProjectAnalyzerEvidenceRunner::TargetRun
- Defined in:
- lib/metz_scan/calibration/project_analyzer_evidence_runner/summary.rb
Instance Attribute Summary collapse
-
#findings ⇒ Object
readonly
Returns the value of attribute findings.
-
#offenses ⇒ Object
readonly
Returns the value of attribute offenses.
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(options) ⇒ TargetRun
constructor
A new instance of TargetRun.
- #metadata ⇒ Object
Constructor Details
#initialize(options) ⇒ TargetRun
Returns a new instance of TargetRun.
56 57 58 |
# File 'lib/metz_scan/calibration/project_analyzer_evidence_runner/summary.rb', line 56 def initialize() @options = end |
Instance Attribute Details
#findings ⇒ Object (readonly)
Returns the value of attribute findings.
60 61 62 |
# File 'lib/metz_scan/calibration/project_analyzer_evidence_runner/summary.rb', line 60 def findings @findings end |
#offenses ⇒ Object (readonly)
Returns the value of attribute offenses.
60 61 62 |
# File 'lib/metz_scan/calibration/project_analyzer_evidence_runner/summary.rb', line 60 def offenses @offenses end |
Instance Method Details
#call ⇒ Object
62 63 64 65 66 |
# File 'lib/metz_scan/calibration/project_analyzer_evidence_runner/summary.rb', line 62 def call @findings = project_findings @offenses = Commands::Scan::ProjectAnalyzerOffenses.build(findings).offenses self end |
#metadata ⇒ Object
68 69 70 |
# File 'lib/metz_scan/calibration/project_analyzer_evidence_runner/summary.rb', line 68 def .merge() end |