module ForemanOpenscap
Constants
- VERSION
Public Class Methods
table_name_prefix()
click to toggle source
# File lib/foreman_openscap/engine.rb, line 212 def self.table_name_prefix "foreman_openscap_" end
use_relative_model_naming?()
click to toggle source
# File lib/foreman_openscap/engine.rb, line 216 def self.use_relative_model_naming? true end
with_remote_execution?()
click to toggle source
# File lib/foreman_openscap/engine.rb, line 220 def self.with_remote_execution? RemoteExecutionFeature rescue false end