class Garden::DB::Board
- Garden::DB::Board
- Granite::Base
- Reference
- Object
Included Modules
- Garden::DB::Identifiable
- JSON::Serializable
- YAML::Serializable
Defined in:
db.cr:116db.cr:121
Constant Summary
-
PREFIX =
"b"
Constructors
Instance Method Summary
- #cards
- #columns
- #created_at : Time | Nil
- #created_at! : Time
- #created_at=(created_at : Time | Nil)
- #gen_new_id
- #id : String | Nil
- #id! : String
- #id=(id : String | Nil)
- #name : String
- #name=(name : String)
- #organization : Organization | Nil
- #organization! : Organization
- #organization=(parent : Organization)
- #organization_id : String
- #organization_id=(organization_id : String)
- #set_new_id
- #tags
- #updated_at : Time | Nil
- #updated_at! : Time
- #updated_at=(updated_at : Time | Nil)