Class: Lutaml::Model::ImportTransformer
- Inherits:
-
Transformer
- Object
- Transformer
- Lutaml::Model::ImportTransformer
- Defined in:
- lib/lutaml/model/services/transformer.rb
Instance Attribute Summary
Attributes inherited from Transformer
Instance Method Summary collapse
-
#transformation_methods ⇒ Object
Precedene of transformations: 1.
Methods inherited from Transformer
Constructor Details
This class inherits a constructor from Lutaml::Model::Transformer
Instance Method Details
#transformation_methods ⇒ Object
Precedene of transformations:
-
Rule transform
-
Attribute transform
28 29 30 31 32 33 |
# File 'lib/lutaml/model/services/transformer.rb', line 28 def transformation_methods [ rule.transform[:import], attribute&.transform&.[](:import), ].compact end |