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