class Fluoride::Collector::Config
Attributes
Public Instance Methods
persister(type, record)
click to toggle source
# File lib/fluoride-collector/config.rb, line 7 def persister(type, record) persister_class.new(self, type, record) end