class InfluxDB::Rails::Configuration
Attributes
config option set after_initialize
FIXME: Old configuration options, remove this in 1.0.1
FIXME: Old configuration options, remove this in 1.0.1
FIXME: Old configuration options, remove this in 1.0.1
configuration passed to InfluxDB::Client
config option set after_initialize
FIXME: Old configuration options, remove this in 1.0.1
FIXME: Old configuration options, remove this in 1.0.1
FIXME: Old configuration options, remove this in 1.0.1
FIXME: Old configuration options, remove this in 1.0.1
FIXME: Old configuration options, remove this in 1.0.1
FIXME: Old configuration options, remove this in 1.0.1
FIXME: Old configuration options, remove this in 1.0.1
FIXME: Old configuration options, remove this in 1.0.1
FIXME: Old configuration options, remove this in 1.0.1
FIXME: Old configuration options, remove this in 1.0.1
FIXME: Old configuration options, remove this in 1.0.1
FIXME: Old configuration options, remove this in 1.0.1
FIXME: Old configuration options, remove this in 1.0.1
FIXME: Old configuration options, remove this in 1.0.1
FIXME: Old configuration options, remove this in 1.0.1
FIXME: Old configuration options, remove this in 1.0.1
FIXME: Old configuration options, remove this in 1.0.1
FIXME: Old configuration options, remove this in 1.0.1
FIXME: Old configuration options, remove this in 1.0.1
FIXME: Old configuration options, remove this in 1.0.1
FIXME: Old configuration options, remove this in 1.0.1
FIXME: Old configuration options, remove this in 1.0.1
FIXME: Old configuration options, remove this in 1.0.1
FIXME: Old configuration options, remove this in 1.0.1
Public Class Methods
# File lib/influxdb/rails/configuration.rb, line 102 def initialize @client = ClientConfig.new load_defaults end
Public Instance Methods
# File lib/influxdb/rails/configuration.rb, line 107 def debug? @debug end
# File lib/influxdb/rails/configuration.rb, line 111 def ignore_current_environment? ignored_environments.include?(environment) end