Class: Truemail::Log::Serializer::AuditorJson
- Defined in:
- lib/truemail/log/serializer/auditor_json.rb
Constant Summary
Constants inherited from Base
Base::CONFIGURATION_ARRAY_ATTRS, Base::CONFIGURATION_REGEX_ATTRS, Base::DEFAULT_GEM_VALUE
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Truemail::Log::Serializer::Base
Instance Method Details
#serialize ⇒ Object
7 8 9 |
# File 'lib/truemail/log/serializer/auditor_json.rb', line 7 def serialize result.to_json end |