Method: ComplianceEngine::Check#type

Defined in:
lib/compliance_engine/check.rb

#typeString

Returns the type of the check

Returns:

  • (String)

    the type of the check



28
29
30
# File 'lib/compliance_engine/check.rb', line 28

def type
  element['type']
end