Class: Antfarm::Configuration
- Inherits:
-
Object
- Object
- Antfarm::Configuration
- Defined in:
- lib/init/initializer.rb
Instance Attribute Summary collapse
-
#load_paths ⇒ Object
Returns the value of attribute load_paths.
-
#log_level ⇒ Object
Returns the value of attribute log_level.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
105 106 107 108 |
# File 'lib/init/initializer.rb', line 105 def initialize self.load_paths = default_load_paths self.log_level = default_log_level end |
Instance Attribute Details
#load_paths ⇒ Object
Returns the value of attribute load_paths.
102 103 104 |
# File 'lib/init/initializer.rb', line 102 def load_paths @load_paths end |
#log_level ⇒ Object
Returns the value of attribute log_level.
103 104 105 |
# File 'lib/init/initializer.rb', line 103 def log_level @log_level end |