Module: ForemanOpenscap::LogExtensions

Extended by:
ActiveSupport::Concern
Defined in:
app/models/concerns/foreman_openscap/log_extensions.rb

Class Method Summary collapse

Class Method Details

.othered_result_constantsObject



9
10
11
# File 'app/models/concerns/foreman_openscap/log_extensions.rb', line 9

def self.othered_result_constants
  SCAP_RESULT.reject { |item| item == "pass" || item == "fail" }
end