class CNFInstall::Config::TransformationBase
- CNFInstall::Config::TransformationBase
- Reference
- Object
Overview
The rules need to be somewhat explicit, different approaches have been attempted but due to crystals strict typing system they have not been viable/would be too complicated.
In case of future extension, create a new transformation rules class (VxToVyTransformation), This class should inherit the TransformationBase class and make use of process_data function at the end of its transform function.