class Lutaml::Model::Transformer

def call(value, rule, attribute)

def call(value, rule, attribute)
  new(rule, attribute).call(value)
end