Sha256: f40b64e5ac7b97d045ec0f0b2d5aae191f97db29f80822b7156fcfb4188b65d0
Contents?: true
Size: 251 Bytes
Versions: 18
Compression:
Stored size: 251 Bytes
Contents
module CSVImporter # 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
18 entries across 18 versions & 2 rubygems