Sha256: f0c1bffdc39e41db6dfe96c7d9b62dd1741163ccdb5d171630b9a42f761bbe63
Contents?: true
Size: 263 Bytes
Versions: 16
Compression:
Stored size: 263 Bytes
Contents
module ActiveRecordCSVImporter # A Column from a CSV file with a `name` (from the csv file) and a matching # `ColumnDefinition` if any. class Column include Virtus.model attribute :name, String attribute :definition, ColumnDefinition end end
Version data entries
16 entries across 16 versions & 1 rubygems