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