Sha256: 684e32cbf59aee3d60c82079718e8dda7c29c50aa86559037d6d875922d4ad75
Contents?: true
Size: 372 Bytes
Versions: 9
Compression:
Stored size: 372 Bytes
Contents
module Tdc module Generators # # Knows how to contain arbitrary collections of model objects. As model instances are created # by generators, the model instances are added to the current catalog as catalog entries. # class CatalogEntries < OpenStruct def add_catalog_entry(tag, entry) send("#{tag}=", entry) end end end end
Version data entries
9 entries across 9 versions & 1 rubygems