Sha256: 3552cf05543df5ba3c0f4d0d9b2ce9d99e3bfece391cb7422aae57d0e0829315

Contents?: true

Size: 151 Bytes

Versions: 2

Compression:

Stored size: 151 Bytes

Contents

module Gorillib
  module Model
    class RecordSchema
      field :name, String
      field :doc,  String
      field :type, Factory
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gorillib-0.4.0pre lib/gorillib/model/record_schema.rb
gorillib-0.4.1pre lib/gorillib/model/record_schema.rb