Class: ComplianceEngine::Profile
- Inherits:
-
Component
- Object
- Component
- ComplianceEngine::Profile
- Defined in:
- lib/compliance_engine/profile.rb
Overview
A compliance engine data profile
Instance Method Summary collapse
-
#checks ⇒ Hash
Returns the checks of the profile.
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 |