Class: Truemail::Log::Serializer::ValidatorText
- Inherits:
-
ValidatorBase
- Object
- Base
- ValidatorBase
- Truemail::Log::Serializer::ValidatorText
- Defined in:
- lib/truemail/log/serializer/validator_text.rb
Constant Summary collapse
- ATTEMPT =
'ATTEMPT #'
Constants inherited from Base
Base::CONFIGURATION_ARRAY_ATTRS, Base::CONFIGURATION_REGEX_ATTRS, Base::DEFAULT_GEM_VALUE
Instance Method Summary collapse
Methods inherited from ValidatorBase
Methods inherited from Base
Constructor Details
This class inherits a constructor from Truemail::Log::Serializer::ValidatorBase
Instance Method Details
#serialize ⇒ Object
9 10 11 12 13 14 15 |
# File 'lib/truemail/log/serializer/validator_text.rb', line 9 def serialize <<~VALIDATION_LOGGER_INFO #{txt_info_title} #{txt_info_debug} #{txt_info_configuration} VALIDATION_LOGGER_INFO end |