Class: Fluent::Plugin::Base::State

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

Instance Attribute Summary collapse

Instance Attribute Details

#after_shutdownObject

Returns the value of attribute after_shutdown

Returns:

  • (Object)

    the current value of after_shutdown



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

def after_shutdown
  @after_shutdown
end

#after_startObject

Returns the value of attribute after_start

Returns:

  • (Object)

    the current value of after_start



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

def after_start
  @after_start
end

#before_shutdownObject

Returns the value of attribute before_shutdown

Returns:

  • (Object)

    the current value of before_shutdown



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

def before_shutdown
  @before_shutdown
end

#closeObject

Returns the value of attribute close

Returns:

  • (Object)

    the current value of close



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

def close
  @close
end

#configureObject

Returns the value of attribute configure

Returns:

  • (Object)

    the current value of configure



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

def configure
  @configure
end

#shutdownObject

Returns the value of attribute shutdown

Returns:

  • (Object)

    the current value of shutdown



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

def shutdown
  @shutdown
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



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

def start
  @start
end

#stopObject

Returns the value of attribute stop

Returns:

  • (Object)

    the current value of stop



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

def stop
  @stop
end

#terminateObject

Returns the value of attribute terminate

Returns:

  • (Object)

    the current value of terminate



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

def terminate
  @terminate
end