Class: CatMetrics::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



28
29
30
31
32
# File 'lib/cat_metrics.rb', line 28

def initialize

  puts "module CatMerics :: class Configuration :: def initialize"
  @log_level = :info
end

Instance Attribute Details

#log_levelObject

Returns the value of attribute log_level.



26
27
28
# File 'lib/cat_metrics.rb', line 26

def log_level
  @log_level
end