Class: Truemail::Log::Serializer::ValidatorText

Inherits:
ValidatorBase show all
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

#initialize

Methods inherited from Base

call, #initialize

Constructor Details

This class inherits a constructor from Truemail::Log::Serializer::ValidatorBase

Instance Method Details

#serializeObject



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