Class: ComplianceEngine::Profile

Inherits:
Component show all
Defined in:
lib/compliance_engine/profile.rb

Overview

A compliance engine data profile

Instance Attribute Summary

Attributes inherited from Component

#component, #enforcement_tolerance, #environment_data, #facts

Instance Method Summary collapse

Methods inherited from Component

#[], #add, #ces, #controls, #description, #identifiers, #initialize, #invalidate_cache, #key, #oval_ids, #title, #to_a, #to_h

Constructor Details

This class inherits a constructor from ComplianceEngine::Component

Instance Method Details

#checksHash

Returns the checks of the profile

Returns:

  • (Hash)

    the checks of the profile



10
11
12
# File 'lib/compliance_engine/profile.rb', line 10

def checks
  element['checks']
end