Class: PathMappings
- Inherits:
-
Object
- Object
- PathMappings
- Defined in:
- lib/fluent/plugin/out_zebrium.rb
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#cfgs ⇒ Object
Returns the value of attribute cfgs.
-
#ids ⇒ Object
Returns the value of attribute ids.
-
#patterns ⇒ Object
Returns the value of attribute patterns.
-
#tags ⇒ Object
Returns the value of attribute tags.
Instance Method Summary collapse
-
#initialize ⇒ PathMappings
constructor
A new instance of PathMappings.
Constructor Details
#initialize ⇒ PathMappings
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
#active ⇒ Object
Returns the value of attribute active.
22 23 24 |
# File 'lib/fluent/plugin/out_zebrium.rb', line 22 def active @active end |
#cfgs ⇒ Object
Returns the value of attribute cfgs.
25 26 27 |
# File 'lib/fluent/plugin/out_zebrium.rb', line 25 def cfgs @cfgs end |
#ids ⇒ Object
Returns the value of attribute ids.
24 25 26 |
# File 'lib/fluent/plugin/out_zebrium.rb', line 24 def ids @ids end |
#patterns ⇒ Object
Returns the value of attribute patterns.
23 24 25 |
# File 'lib/fluent/plugin/out_zebrium.rb', line 23 def patterns @patterns end |
#tags ⇒ Object
Returns the value of attribute tags.
26 27 28 |
# File 'lib/fluent/plugin/out_zebrium.rb', line 26 def @tags end |