class Garden::DB::Card
- Garden::DB::Card
- Granite::Base
- Reference
- Object
Included Modules
- Garden::DB::Identifiable
- JSON::Serializable
- YAML::Serializable
Defined in:
db.cr:147db.cr:152
Constant Summary
-
PREFIX =
"c"
Constructors
Instance Method Summary
- #board : Board | Nil
- #board! : Board
- #board=(parent : Board)
- #board_id : String
- #board_id=(board_id : String)
- #column : Column | Nil
- #column! : Column
- #column=(parent : Column)
- #column_id : String
- #column_id=(column_id : String)
- #comment_count : Int32
- #comment_count=(comment_count : Int32)
- #comments
- #created_at : Time | Nil
- #created_at! : Time
- #created_at=(created_at : Time | Nil)
- #deleted : Bool
- #deleted=(deleted : Bool)
- #description : Description | Nil
- #description! : Description
- #description=(child)
- #gen_new_id
- #has_description : Bool
- #has_description=(has_description : Bool)
- #id : String | Nil
- #id! : String
- #id=(id : String | Nil)
- #idx : Int32
- #idx=(idx : Int32)
- #set_new_id
- #tag_list : Set(String)
- #tag_list=(arr : Set(String)) : Nil
- #tags : String
- #tags=(tags : String)
- #title : String
- #title=(title : String)
- #updated_at : Time | Nil
- #updated_at! : Time
- #updated_at=(updated_at : Time | Nil)