class User
- User
- Granite::Base
- Reference
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
models/user.cr:1models/user.cr:3
Constructors
Class Method Summary
Instance Method Summary
- #api_keys
- #created_at : Time | Nil
- #created_at! : Time
- #created_at=(created_at : Time | Nil)
- #devices
- #email : String
- #email=(email : String)
- #id : Int64 | Nil
- #id! : Int64
- #id=(id : Int64 | Nil)
- #name : String
- #name=(name : String)
- #uid : String
- #uid=(uid : String)
- #updated_at : Time | Nil
- #updated_at! : Time
- #updated_at=(updated_at : Time | Nil)