Class: Fluent::Test::Driver::Storage

Inherits:
BaseOwned show all
Defined in:
lib/fluent/test/driver/storage.rb

Constant Summary

Constants inherited from Base

Base::DEFAULT_TIMEOUT

Instance Attribute Summary

Attributes inherited from BaseOwned

#section_name

Attributes inherited from Base

#instance, #logs

Instance Method Summary collapse

Methods inherited from BaseOwned

#configure, #configure_v0

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