class AcmeNsupdate::Client::DebuggableClient

Attributes

logger[RW]

Public Instance Methods

new_connection(endpoint: super do |configuration| yield(configuration) if block_given?) click to toggle source
# File lib/acme_nsupdate/client.rb, line 20
def new_connection endpoint:
  super do |configuration|
    yield(configuration) if block_given?
    configuration.response :detailed_logger, @logger if @logger
  end