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
- #business
- #email : String | Nil
- #email! : String
- #email=(email : String | Nil)
- #id : Int64 | Nil
- #id! : Int64
- #id=(id : Int64 | Nil)
- #mobile : String | Nil
- #mobile! : String
- #mobile=(mobile : String | Nil)
- #name : String | Nil
- #name! : String
- #name=(name : String | Nil)