class Book
- Book
- Granite::Base
- Reference
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
models/book.cr:1models/book.cr:3
Constructors
Class Method Summary
Instance Method Summary
- #created_at : Time | Nil
- #created_at! : Time
- #created_at=(created_at : Time | Nil)
- #icon : String
- #icon=(icon : String)
- #id : Int64 | Nil
- #id! : Int64
- #id=(id : Int64 | Nil)
- #is_hidden : Bool
- #is_hidden=(is_hidden : Bool)
- #is_system : Bool
- #is_system=(is_system : Bool)
- #title : String | Nil
- #title! : String
- #title=(title : String | Nil)
- #updated_at : Time | Nil
- #updated_at! : Time
- #updated_at=(updated_at : Time | Nil)
- #user : User | Nil
- #user! : User
- #user=(parent : User)
- #user_id : Int64 | Nil
- #user_id! : Int64
- #user_id=(user_id : Int64 | Nil)