Class: ComplianceEngine::Profile

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

Overview

A compliance engine data profile

Instance Method Summary collapse

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