Method: Refsheet::Configuration#debugging
- Defined in:
- lib/refsheet/configuration.rb
#debugging ⇒ true, false
Set this to enable/disable debugging. When enabled (set to true), HTTP request/response details will be logged with logger.debug (see the logger attribute). Default to false.
63 64 65 |
# File 'lib/refsheet/configuration.rb', line 63 def debugging @debugging end |