Method: ComplianceEngine::Check#settings

Defined in:
lib/compliance_engine/check.rb

#settingsHash

Returns the settings of the check

Returns:

  • (Hash)

    the settings of the check



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

def settings
  element['settings']
end