Class: Fluent::Plugin::ExecFilterOutput::ExecutedProcess

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

Instance Attribute Summary collapse

Instance Attribute Details

#mutexObject

Returns the value of attribute mutex



180
181
182
# File 'lib/fluent/plugin/out_exec_filter.rb', line 180

def mutex
  @mutex
end

#pidObject

Returns the value of attribute pid



180
181
182
# File 'lib/fluent/plugin/out_exec_filter.rb', line 180

def pid
  @pid
end

#readioObject

Returns the value of attribute readio



180
181
182
# File 'lib/fluent/plugin/out_exec_filter.rb', line 180

def readio
  @readio
end

#respawnsObject

Returns the value of attribute respawns



180
181
182
# File 'lib/fluent/plugin/out_exec_filter.rb', line 180

def respawns
  @respawns
end

#writeioObject

Returns the value of attribute writeio



180
181
182
# File 'lib/fluent/plugin/out_exec_filter.rb', line 180

def writeio
  @writeio
end