Returns a new instance of Client.
11 12 13 14 15 16
# File 'lib/bolt/puppetdb/client.rb', line 11 def initialize(config) @config = config @bad_urls = [] @current_url = nil @logger = Bolt::Logger.logger(self) end