Class: Fluoride::Collector::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/fluoride-collector/config.rb

Direct Known Subclasses

FS, S3

Defined Under Namespace

Classes: FS, S3

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#tagsObject

Returns the value of attribute tags.



5
6
7
# File 'lib/fluoride-collector/config.rb', line 5

def tags
  @tags
end

Instance Method Details

#persister(type, record) ⇒ Object



7
8
9
# File 'lib/fluoride-collector/config.rb', line 7

def persister(type, record)
  persister_class.new(self, type, record)
end