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