Class: Necropsy::Guardrail::Baseline::Comparison

Inherits:
Data
  • Object
show all
Defined in:
lib/necropsy/guardrail/baseline.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#ambiguitiesObject (readonly)

Returns the value of attribute ambiguities

Returns:

  • (Object)

    the current value of ambiguities



14
15
16
# File 'lib/necropsy/guardrail/baseline.rb', line 14

def ambiguities
  @ambiguities
end

#matched_findingsObject (readonly)

Returns the value of attribute matched_findings

Returns:

  • (Object)

    the current value of matched_findings



14
15
16
# File 'lib/necropsy/guardrail/baseline.rb', line 14

def matched_findings
  @matched_findings
end

#new_findingsObject (readonly)

Returns the value of attribute new_findings

Returns:

  • (Object)

    the current value of new_findings



14
15
16
# File 'lib/necropsy/guardrail/baseline.rb', line 14

def new_findings
  @new_findings
end

#review_reportObject (readonly)

Returns the value of attribute review_report

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Boolean)


15
16
17
# File 'lib/necropsy/guardrail/baseline.rb', line 15

def review_required?
  ambiguities.any?
end