Class: Fluent::StaticConfigAnalysis::Elem::Label

Inherits:
Struct
  • Object
show all
Defined in:
lib/fluent/static_config_analysis.rb

Instance Attribute Summary collapse

Instance Attribute Details

#configObject

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



27
28
29
# File 'lib/fluent/static_config_analysis.rb', line 27

def config
  @config
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



27
28
29
# File 'lib/fluent/static_config_analysis.rb', line 27

def name
  @name
end

#nodesObject

Returns the value of attribute nodes

Returns:

  • (Object)

    the current value of nodes



27
28
29
# File 'lib/fluent/static_config_analysis.rb', line 27

def nodes
  @nodes
end