Class: Fluent::StaticConfigAnalysis::Elem::Worker

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



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

def config
  @config
end

#idsObject

Returns the value of attribute ids

Returns:

  • (Object)

    the current value of ids



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

def ids
  @ids
end

#nodesObject

Returns the value of attribute nodes

Returns:

  • (Object)

    the current value of nodes



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

def nodes
  @nodes
end