class UserQuery
- UserQuery
- User::BaseQuery
- Reference
- Object
Defined in:
queries/user_query.crInstance Method Summary
Instance methods inherited from class User::BaseQuery
clone
clone,
created_at(value)created_at created_at, email(value)
email email, encrypted_password(value)
encrypted_password encrypted_password, find(id) find, id(value)
id id, update(id : Int64 | Avram::Nothing = Avram::Nothing.new, created_at : Time | Avram::Nothing = Avram::Nothing.new, updated_at : Time | Avram::Nothing = Avram::Nothing.new, email : String | Avram::Nothing = Avram::Nothing.new, encrypted_password : String | Avram::Nothing = Avram::Nothing.new) : Int64 update, updated_at(value)
updated_at updated_at