class Thing
- Thing
- Marten::DB::Model
- Reference
- Object
Defined in:
models/thing.crConstant Summary
-
FIELDS_ =
{"id" => {type: "big_int", kwargs: {primary_key: true, auto: true}}, "must_have" => {type: "uuid", kwargs: {}}} of Nil => Nil
Instance Method Summary
- #ensure_must_have
- #id : Int32 | Int64 | Nil | Nil
- #id!
- #id=(id : Int32 | Int64 | Nil | Nil)
- #id?
- #must_have : UUID | Nil | Nil
- #must_have!
- #must_have=(must_have : UUID | Nil | Nil)
- #must_have?