class InfluxdbSetup::Command

Attributes

config[R]

Public Class Methods

new(config) click to toggle source
# File lib/influxdb_setup/command.rb, line 5
def initialize(config)
  @config = config
end

Public Instance Methods

log(message) click to toggle source
# File lib/influxdb_setup/command.rb, line 9
def log(message)
  @config.logger.info "[InfluxdbSetup] #{message}"
end