Class: Necropsy::Guardrail::Baseline::Comparison
- Inherits:
-
Data
- Object
- Data
- Necropsy::Guardrail::Baseline::Comparison
- Defined in:
- lib/necropsy/guardrail/baseline.rb
Instance Attribute Summary collapse
-
#ambiguities ⇒ Object
readonly
Returns the value of attribute ambiguities.
-
#matched_findings ⇒ Object
readonly
Returns the value of attribute matched_findings.
-
#new_findings ⇒ Object
readonly
Returns the value of attribute new_findings.
-
#review_report ⇒ Object
readonly
Returns the value of attribute review_report.
Instance Method Summary collapse
Instance Attribute Details
#ambiguities ⇒ Object (readonly)
Returns the value of attribute ambiguities
14 15 16 |
# File 'lib/necropsy/guardrail/baseline.rb', line 14 def ambiguities @ambiguities end |
#matched_findings ⇒ Object (readonly)
Returns the value of attribute matched_findings
14 15 16 |
# File 'lib/necropsy/guardrail/baseline.rb', line 14 def matched_findings @matched_findings end |
#new_findings ⇒ Object (readonly)
Returns the value of attribute new_findings
14 15 16 |
# File 'lib/necropsy/guardrail/baseline.rb', line 14 def new_findings @new_findings end |
#review_report ⇒ Object (readonly)
Returns the value of attribute review_report
14 15 16 |
# File 'lib/necropsy/guardrail/baseline.rb', line 14 def review_report @review_report end |
Instance Method Details
#review_required? ⇒ Boolean
15 16 17 |
# File 'lib/necropsy/guardrail/baseline.rb', line 15 def review_required? ambiguities.any? end |