class AuthUserQuery
- AuthUserQuery
- AuthUser::BaseQuery
- Reference
- Object
Defined in:
queries/auth_user_query.crInstance Method Summary
- #date_joined
- #first_name
- #id
- #is_active
- #is_staff
- #is_superuser
- #last_login
- #last_name
- #password
- #username
Instance methods inherited from class AuthUser::BaseQuery
clone
clone,
date_joined(value)date_joined date_joined, email(value)
email email, find(id) : T find, first_name(value)
first_name first_name, id(value)
id id, is_active(value)
is_active is_active, is_staff(value)
is_staff is_staff, is_superuser(value)
is_superuser is_superuser, last_login(value)
last_login last_login, last_name(value)
last_name last_name, password(value)
password password, update(id : Int32 | Avram::Nothing = IGNORE, password : String | Avram::Nothing = IGNORE, last_login : Time | Avram::Nothing | Nil = IGNORE, is_superuser : Bool | Avram::Nothing = IGNORE, username : String | Avram::Nothing = IGNORE, first_name : String | Avram::Nothing = IGNORE, last_name : String | Avram::Nothing = IGNORE, email : String | Avram::Nothing = IGNORE, is_staff : Bool | Avram::Nothing = IGNORE, is_active : Bool | Avram::Nothing = IGNORE, date_joined : Time | Avram::Nothing = IGNORE) : Int64 update, username(value)
username username