Class: Fluent::StaticConfigAnalysis::Elem::Filter
- Inherits:
-
Struct
- Object
- Struct
- Fluent::StaticConfigAnalysis::Elem::Filter
- Defined in:
- lib/fluent/static_config_analysis.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#plugin ⇒ Object
Returns the value of attribute plugin.
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config
26 27 28 |
# File 'lib/fluent/static_config_analysis.rb', line 26 def config @config end |
#plugin ⇒ Object
Returns the value of attribute plugin
26 27 28 |
# File 'lib/fluent/static_config_analysis.rb', line 26 def plugin @plugin end |