Class: Fluent::Test::Driver::Storage
- Defined in:
- lib/fluent/test/driver/storage.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from BaseOwned
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(klass, **kwargs, &block) ⇒ Storage
constructor
A new instance of Storage.
Methods inherited from BaseOwned
Methods inherited from Base
#break_if, #broken?, #configure, #end_if, #instance_hook_after_started, #instance_hook_before_stopped, #instance_shutdown, #instance_start, #run, #run_actual, #stop?
Constructor Details
#initialize(klass, **kwargs, &block) ⇒ Storage
Returns a new instance of Storage.
23 24 25 26 |
# File 'lib/fluent/test/driver/storage.rb', line 23 def initialize(klass, **kwargs, &block) super @section_name = "storage" end |