class CNFInstall::Config::TransformationBase

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.

Direct Known Subclasses

Defined in:

tasks/utils/cnf_installation/config_updater/transformation_base.cr

Constructors

Constructor Detail

def self.new #

[View source]