Sha256: b8defb768d05afd785c080484454bd0c10f958d3a891df9c7b1e529accf7709c

Contents?: true

Size: 187 Bytes

Versions: 1

Compression:

Stored size: 187 Bytes

Contents

module Schema
	extend self

	def string
		[:string]
	end

	def contact
		[:hash, { open?: false },
			[[:first_name, :string],
				[:last_name, :string],
				[:email, :string]]]
	end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
data_model-0.0.1 fixtures/schema.rb