Class: Omniconf::Settings

Inherits:
Object
  • Object
show all
Defined in:
lib/omniconf/settings.rb

Instance Attribute Summary collapse

Instance Attribute Details

#load_configurationObject

Returns the value of attribute load_configuration.



3
4
5
# File 'lib/omniconf/settings.rb', line 3

def load_configuration
  @load_configuration
end

#logger_levelObject

Returns the value of attribute logger_level.



5
6
7
# File 'lib/omniconf/settings.rb', line 5

def logger_level
  @logger_level
end

#sourcesObject

Returns the value of attribute sources.



4
5
6
# File 'lib/omniconf/settings.rb', line 4

def sources
  @sources
end