Class: Fluent::Plugin::Base::State
- Inherits:
-
Struct
- Object
- Struct
- Fluent::Plugin::Base::State
- Defined in:
- lib/fluent/plugin/base.rb
Instance Attribute Summary collapse
-
#after_shutdown ⇒ Object
Returns the value of attribute after_shutdown.
-
#after_start ⇒ Object
Returns the value of attribute after_start.
-
#before_shutdown ⇒ Object
Returns the value of attribute before_shutdown.
-
#close ⇒ Object
Returns the value of attribute close.
-
#configure ⇒ Object
Returns the value of attribute configure.
-
#shutdown ⇒ Object
Returns the value of attribute shutdown.
-
#start ⇒ Object
Returns the value of attribute start.
-
#stop ⇒ Object
Returns the value of attribute stop.
-
#terminate ⇒ Object
Returns the value of attribute terminate.
Instance Attribute Details
#after_shutdown ⇒ Object
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_start ⇒ Object
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_shutdown ⇒ Object
Returns the value of attribute before_shutdown
27 28 29 |
# File 'lib/fluent/plugin/base.rb', line 27 def before_shutdown @before_shutdown end |
#close ⇒ Object
Returns the value of attribute close
27 28 29 |
# File 'lib/fluent/plugin/base.rb', line 27 def close @close end |
#configure ⇒ Object
Returns the value of attribute configure
27 28 29 |
# File 'lib/fluent/plugin/base.rb', line 27 def configure @configure end |
#shutdown ⇒ Object
Returns the value of attribute shutdown
27 28 29 |
# File 'lib/fluent/plugin/base.rb', line 27 def shutdown @shutdown end |
#start ⇒ Object
Returns the value of attribute start
27 28 29 |
# File 'lib/fluent/plugin/base.rb', line 27 def start @start end |
#stop ⇒ Object
Returns the value of attribute stop
27 28 29 |
# File 'lib/fluent/plugin/base.rb', line 27 def stop @stop end |
#terminate ⇒ Object
Returns the value of attribute terminate
27 28 29 |
# File 'lib/fluent/plugin/base.rb', line 27 def terminate @terminate end |