class Garden::DB::Comment
- Garden::DB::Comment
- Granite::Base
- Reference
- Object
Included Modules
- Garden::DB::Identifiable
- JSON::Serializable
- YAML::Serializable
Defined in:
db.cr:226db.cr:231
Constant Summary
-
PREFIX =
"com"
Constructors
Instance Method Summary
- #card : Card | Nil
- #card! : Card
- #card=(parent : Card)
- #card_id : String
- #card_id=(card_id : String)
- #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)
- #set_new_id
- #text : String
- #text=(text : String)
- #updated_at : Time | Nil
- #updated_at! : Time
- #updated_at=(updated_at : Time | Nil)
- #user : User | Nil
- #user! : User
- #user=(parent : User)
- #user_id : String
- #user_id=(user_id : String)