Class: QueriesWatch::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#error_thresholdObject

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_thresholdObject

Returns the value of attribute warn_threshold.



5
6
7
# File 'lib/queries_watch/configuration.rb', line 5

def warn_threshold
  @warn_threshold
end