Class: Fluent::PluginHelper::Storage::StorageState

Inherits:
Struct
  • Object
show all
Defined in:
lib/fluent/plugin_helper/storage.rb

Instance Attribute Summary collapse

Instance Attribute Details

#runningObject

Returns the value of attribute running

Returns:

  • (Object)

    the current value of running



30
31
32
# File 'lib/fluent/plugin_helper/storage.rb', line 30

def running
  @running
end

#storageObject

Returns the value of attribute storage

Returns:

  • (Object)

    the current value of storage



30
31
32
# File 'lib/fluent/plugin_helper/storage.rb', line 30

def storage
  @storage
end