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