Class: Omniconf::Settings
- Inherits:
-
Object
- Object
- Omniconf::Settings
- Defined in:
- lib/omniconf/settings.rb
Instance Attribute Summary collapse
-
#load_configuration ⇒ Object
Returns the value of attribute load_configuration.
-
#logger_level ⇒ Object
Returns the value of attribute logger_level.
-
#sources ⇒ Object
Returns the value of attribute sources.
Instance Attribute Details
#load_configuration ⇒ Object
Returns the value of attribute load_configuration.
3 4 5 |
# File 'lib/omniconf/settings.rb', line 3 def load_configuration @load_configuration end |
#logger_level ⇒ Object
Returns the value of attribute logger_level.
5 6 7 |
# File 'lib/omniconf/settings.rb', line 5 def logger_level @logger_level end |
#sources ⇒ Object
Returns the value of attribute sources.
4 5 6 |
# File 'lib/omniconf/settings.rb', line 4 def sources @sources end |