Class: Autosign::Validator::Multiplexer
- Inherits:
-
ValidatorBase
- Object
- ValidatorBase
- Autosign::Validator::Multiplexer
- Defined in:
- lib/autosign/validator/multiplexer.rb
Overview
The multiplexer validator sends the same request received by the autosign executable to one or more external executables. The purpose is to allow one or more existing autosign scripts to be used in conjunction with the native validators implemented in this tool.
Constant Summary collapse
- NAME =
'multiplexer'
Instance Attribute Summary
Attributes inherited from ValidatorBase
Method Summary
Methods inherited from ValidatorBase
Constructor Details
This class inherits a constructor from Autosign::Validator::ValidatorBase