Class: Fluent::Auditify::Reporter::JsonReporter
- Inherits:
-
Object
- Object
- Fluent::Auditify::Reporter::JsonReporter
- Defined in:
- lib/fluent/auditify/reporter/json.rb
Instance Method Summary collapse
-
#initialize(logger) ⇒ JsonReporter
constructor
A new instance of JsonReporter.
- #run(charges) ⇒ Object
Constructor Details
#initialize(logger) ⇒ JsonReporter
Returns a new instance of JsonReporter.
5 6 7 |
# File 'lib/fluent/auditify/reporter/json.rb', line 5 def initialize(logger) @logger = logger end |
Instance Method Details
#run(charges) ⇒ Object
9 10 |
# File 'lib/fluent/auditify/reporter/json.rb', line 9 def run(charges) end |