class Day
- Day
- Granite::Base
- Reference
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
models/day.cr:18models/day.cr:20
Constructors
Class Method Summary
Instance Method Summary
- #created_at : Time | Nil
- #created_at! : Time
- #created_at=(created_at : Time | Nil)
- #date : String
- #date=(date : String)
- #default
- #events
- #id : Int64 | Nil
- #id! : Int64
- #id=(id : Int64 | Nil)
- #note : Note | Nil
- #note! : Note
- #note=(parent : Note)
- #note_id : Int64 | Nil
- #note_id! : Int64
- #note_id=(note_id : Int64 | Nil)
- #page : Markdown::Page::Day | Nil
- #page=(body : String)
- #updated_at : Time | Nil
- #updated_at! : Time
- #updated_at=(updated_at : Time | Nil)
-
#user : User | Nil
K to see macro result
-
#user! : User
K to see macro result
-
#user=(parent : User)
K to see macro result
-
#user_id : Int64 | Nil
K to see macro result
-
#user_id! : Int64
K to see macro result
-
#user_id=(user_id : Int64 | Nil)
K to see macro result