Class: ComplianceEngine::Profile
- 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
-
#checks ⇒ Hash
Returns the checks of the profile.
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
#checks ⇒ Hash
Returns the checks of the profile
10 11 12 |
# File 'lib/compliance_engine/profile.rb', line 10 def checks element['checks'] end |