module DruidConfig

Base namespace of the gem

Define the versions of the gem.

Define the versions of the gem.

Public Class Methods

client() click to toggle source

Return initialized client

# File lib/druid_config.rb, line 39
def self.client
  @client
end
client=(client) click to toggle source

Initialize the current client

# File lib/druid_config.rb, line 32
def self.client=(client)
  @client = client
end