module

Ata

Macros

object(struct_name, &block)

Define a typed schema.

Ata.object Task do string :title, min: 1 int :priority, gt: 0, optional: true end

Source

Nested types