Class: Truemail::Log::Serializer::ValidatorBase
- Defined in:
- lib/truemail/log/serializer/validator_base.rb
Direct Known Subclasses
Constant Summary
Constants inherited from Base
Base::CONFIGURATION_ARRAY_ATTRS, Base::CONFIGURATION_REGEX_ATTRS, Base::DEFAULT_GEM_VALUE
Instance Method Summary collapse
-
#initialize(executor_instance) ⇒ ValidatorBase
constructor
A new instance of ValidatorBase.
Methods inherited from Base
Constructor Details
#initialize(executor_instance) ⇒ ValidatorBase
Returns a new instance of ValidatorBase.
7 8 9 10 |
# File 'lib/truemail/log/serializer/validator_base.rb', line 7 def initialize(executor_instance) @validation_type = executor_instance.validation_type super end |