Class: Antfarm::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/init/initializer.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_pathsObject

Returns the value of attribute load_paths.



102
103
104
# File 'lib/init/initializer.rb', line 102

def load_paths
  @load_paths
end

#log_levelObject

Returns the value of attribute log_level.



103
104
105
# File 'lib/init/initializer.rb', line 103

def log_level
  @log_level
end