module InfluxdbSetup

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/influxdb_setup.rb, line 13
def self.config
  InfluxdbSetup::Config.config
end
config=(new_config) click to toggle source
# File lib/influxdb_setup.rb, line 17
def self.config=(new_config)
  InfluxdbSetup::Config.config = new_config
end