Method: ComplianceEngine::Check#remediation

Defined in:
lib/compliance_engine/check.rb

#remediationHash

Returns the remediation data of the check

Returns:

  • (Hash)

    the remediation data of the check



35
36
37
# File 'lib/compliance_engine/check.rb', line 35

def remediation
  element['remediation']
end