Sha256: 96f4e070c896d389f2d86bde8dc4ec59b6478605700f397f50dad2cfb5395d20
Contents?: true
Size: 367 Bytes
Versions: 23
Compression:
Stored size: 367 Bytes
Contents
module Tdc module Generators # # Knows all the parameters that define the context for generation. # class GenerationContext attr_reader :current_catalog, :data_definition def initialize(current_catalog:, data_definition:) @current_catalog = current_catalog @data_definition = data_definition end end end end
Version data entries
23 entries across 23 versions & 1 rubygems