Class: CatMetrics::Configuration
- Inherits:
-
Object
- Object
- CatMetrics::Configuration
- Defined in:
- lib/cat_metrics.rb
Instance Attribute Summary collapse
-
#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.
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_level ⇒ Object
Returns the value of attribute log_level.
26 27 28 |
# File 'lib/cat_metrics.rb', line 26 def log_level @log_level end |