Method: ZipMoney::Configuration#debugging

Defined in:
lib/zip_money/configuration.rb

#debuggingtrue, 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.

Returns:

  • (true, false)


59
60
61
# File 'lib/zip_money/configuration.rb', line 59

def debugging
  @debugging
end