class AppConfigLoader::Config
Attributes
const_name[RW]
domain[RW]
env[RW]
local_overrides[RW]
Public Instance Methods
config_paths()
click to toggle source
# File lib/app_config_loader/config.rb, line 5 def config_paths @config_paths ||= [] end
use_domain()
click to toggle source
# File lib/app_config_loader/config.rb, line 9 def use_domain @use_domain === true end
Also aliased as: use_domain?
use_domain=(use)
click to toggle source
# File lib/app_config_loader/config.rb, line 14 def use_domain=(use) @use_domain = !!use end