class User
- User
- Granite::Base
- Reference
- Object
Included Modules
- Crypto
- JSON::Serializable
- YAML::Serializable
Defined in:
models/user.cr:3models/user.cr:6
Constructors
Class Method Summary
Instance Method Summary
- #authenticate(password : String)
- #books
- #created_at : Time | Nil
- #created_at! : Time
- #created_at=(created_at : Time | Nil)
- #email : String | Nil
- #email! : String
- #email=(email : String | Nil)
- #hashed_password : String | Nil
- #hashed_password! : String
- #hashed_password=(hashed_password : String | Nil)
- #id : Int64 | Nil
- #id! : Int64
- #id=(id : Int64 | Nil)
- #notes
- #password
- #password=(password : Nil | String)
- #password_changed?
- #tokens : Tokens | Nil
- #tokens! : Tokens
- #tokens=(child)
- #updated_at : Time | Nil
- #updated_at! : Time
- #updated_at=(updated_at : Time | Nil)
- #valid_password_size?