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



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



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



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

def before_shutdown
  @before_shutdown
end

#closeObject

Returns the value of attribute close



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

def close
  @close
end

#configureObject

Returns the value of attribute configure



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

def configure
  @configure
end

#shutdownObject

Returns the value of attribute shutdown



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

def shutdown
  @shutdown
end

#startObject

Returns the value of attribute start



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

def start
  @start
end

#stopObject

Returns the value of attribute stop



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

def stop
  @stop
end

#terminateObject

Returns the value of attribute terminate



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

def terminate
  @terminate
end