class
Forgejo::User
- Forgejo::User
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lib/forgejo/models.crConstructors
Instance Method Summary
- #avatar_url : String
- #avatar_url=(avatar_url : String)
- #created : Time
- #created=(created : Time)
- #description : String
- #description=(description : String)
- #email : String
- #email=(email : String)
- #full_name : String
- #full_name=(full_name : String)
- #id : Int32
- #id=(id : Int32)
- #location : String
- #location=(location : String)
- #login : String
- #login=(login : String)
- #website : String
- #website=(website : String)