Method: PureCloud::Configuration#debugging
- Defined in:
- lib/purecloud/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.
48 49 50 |
# File 'lib/purecloud/configuration.rb', line 48 def debugging @debugging end |