Class: Fluent::PluginHelper::Storage::StorageState
- Inherits:
-
Struct
- Object
- Struct
- Fluent::PluginHelper::Storage::StorageState
- Defined in:
- lib/fluent/plugin_helper/storage.rb
Instance Attribute Summary collapse
-
#running ⇒ Object
Returns the value of attribute running.
-
#storage ⇒ Object
Returns the value of attribute storage.
Instance Attribute Details
#running ⇒ Object
Returns the value of attribute running
30 31 32 |
# File 'lib/fluent/plugin_helper/storage.rb', line 30 def running @running end |
#storage ⇒ Object
Returns the value of attribute storage
30 31 32 |
# File 'lib/fluent/plugin_helper/storage.rb', line 30 def storage @storage end |