Class: ActiveAny::Configuration
- Inherits:
-
Object
- Object
- ActiveAny::Configuration
- Defined in:
- lib/active_any/configuration.rb
Instance Attribute Summary collapse
-
#log_level ⇒ Object
Returns the value of attribute log_level.
-
#logger ⇒ Object
Returns the value of attribute logger.
Instance Attribute Details
#log_level ⇒ Object
Returns the value of attribute log_level.
5 6 7 |
# File 'lib/active_any/configuration.rb', line 5 def log_level @log_level end |
#logger ⇒ Object
Returns the value of attribute logger.
5 6 7 |
# File 'lib/active_any/configuration.rb', line 5 def logger @logger end |