Class: PathMappings

Inherits:
Object
  • Object
show all
Defined in:
lib/fluent/plugin/out_zebrium.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePathMappings

Returns a new instance of PathMappings.



14
15
16
17
18
19
20
# File 'lib/fluent/plugin/out_zebrium.rb', line 14

def initialize
  @active = false
  @patterns = Array.new
  @ids = Hash.new
  @cfgs = Hash.new
  @tags = Hash.new
end

Instance Attribute Details

#activeObject

Returns the value of attribute active.



22
23
24
# File 'lib/fluent/plugin/out_zebrium.rb', line 22

def active
  @active
end

#cfgsObject

Returns the value of attribute cfgs.



25
26
27
# File 'lib/fluent/plugin/out_zebrium.rb', line 25

def cfgs
  @cfgs
end

#idsObject

Returns the value of attribute ids.



24
25
26
# File 'lib/fluent/plugin/out_zebrium.rb', line 24

def ids
  @ids
end

#patternsObject

Returns the value of attribute patterns.



23
24
25
# File 'lib/fluent/plugin/out_zebrium.rb', line 23

def patterns
  @patterns
end

#tagsObject

Returns the value of attribute tags.



26
27
28
# File 'lib/fluent/plugin/out_zebrium.rb', line 26

def tags
  @tags
end