Class: ActiveMeasure::Configuration
- Inherits:
-
Object
- Object
- ActiveMeasure::Configuration
- Includes:
- Singleton
- Defined in:
- lib/active_measure/configuration.rb
Instance Attribute Summary collapse
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#tags ⇒ Object
Returns the value of attribute tags.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
8 9 10 |
# File 'lib/active_measure/configuration.rb', line 8 def initialize @mutex = Mutex.new end |
Instance Attribute Details
#logger ⇒ Object
Returns the value of attribute logger.
6 7 8 |
# File 'lib/active_measure/configuration.rb', line 6 def logger @logger end |
#tags ⇒ Object
Returns the value of attribute tags.
6 7 8 |
# File 'lib/active_measure/configuration.rb', line 6 def @tags end |