class InfluxReporter::Normalizers::Normalizer

Attributes

config[R]

Public Class Methods

new(config) click to toggle source
# File lib/influx_reporter/normalizers.rb, line 11
def initialize(config)
  @config = config
end
register(name) click to toggle source
# File lib/influx_reporter/normalizers.rb, line 7
def self.register(name)
  Normalizers.register name, self
end