Class: Fluent::StaticConfigAnalysis::Elem::Output
- Inherits:
-
Struct
- Object
- Struct
- Fluent::StaticConfigAnalysis::Elem::Output
- 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
25 26 27 |
# File 'lib/fluent/static_config_analysis.rb', line 25 def config @config end |
#plugin ⇒ Object
Returns the value of attribute plugin
25 26 27 |
# File 'lib/fluent/static_config_analysis.rb', line 25 def plugin @plugin end |