Class: Fluent::Auditify::Plugin::Base
- Inherits:
-
Object
- Object
- Fluent::Auditify::Plugin::Base
- Defined in:
- lib/fluent/auditify/plugin/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#log ⇒ Object
readonly
Returns the value of attribute log.
Instance Method Summary collapse
-
#initialize ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize ⇒ Base
Returns a new instance of Base.
8 9 10 11 12 13 |
# File 'lib/fluent/auditify/plugin/base.rb', line 8 def initialize @disabled = false @options = { config_version: :v1 } end |
Instance Attribute Details
#log ⇒ Object (readonly)
Returns the value of attribute log.
7 8 9 |
# File 'lib/fluent/auditify/plugin/base.rb', line 7 def log @log end |