module ComponentHost::Defaults
Public Class Methods
env_var_info?()
click to toggle source
# File lib/component_host/component_host.rb, line 53 def self.env_var_info? EnvVarInfo.get == 'on' end
startup_info?()
click to toggle source
# File lib/component_host/component_host.rb, line 49 def self.startup_info? StartupInfo.get == 'on' end