class Tagging
- Tagging
- Granite::Base
- Reference
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
models/tag.cr:3models/tag.cr:5
Constructors
Class Method Summary
Instance Method Summary
- #created_at : Time | Nil
- #created_at! : Time
- #created_at=(created_at : Time | Nil)
- #id : Int64 | Nil
- #id! : Int64
- #id=(id : Int64 | Nil)
- #note : Note | Nil
- #note! : Note
- #note=(parent : Note)
- #note_id : Int64
- #note_id! : Int64
- #note_id=(note_id : Int64)
- #note_id=(note_id : Int64 | Nil)
- #tag : Tag | Nil
- #tag! : Tag
- #tag=(parent : Tag)
- #tag_id : Int64
- #tag_id! : Int64
- #tag_id=(tag_id : Int64)
- #tag_id=(tag_id : Int64 | Nil)
- #updated_at : Time | Nil
- #updated_at! : Time
- #updated_at=(updated_at : Time | Nil)