class UserQuery

Defined in:

queries/user_query.cr

Instance Method Summary

Instance methods inherited from class User::BaseQuery

clone clone, confirmation_token(value)
confirmation_token
confirmation_token
, confirmed_at(value)
confirmed_at
confirmed_at
, created_at(value)
created_at
created_at
, email(value)
email
email
, encrypted_password(value)
encrypted_password
encrypted_password
, find(id) find, first_name(value)
first_name
first_name
, id(value)
id
id
, last_name(value)
last_name
last_name
, update(confirmed_at : Time | Avram::Nothing | Nil = Avram::Nothing.new, confirmation_token : String | Avram::Nothing = Avram::Nothing.new, id : UUID | 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, first_name : String | Avram::Nothing | Nil = Avram::Nothing.new, last_name : String | Avram::Nothing | Nil = Avram::Nothing.new, encrypted_password : String | Avram::Nothing = Avram::Nothing.new) : Int64 update, updated_at(value)
updated_at
updated_at

Constructor methods inherited from class User::BaseQuery

all : self all

Class methods inherited from class User::BaseQuery

any? : Bool any?, find(id) find, first : T first, first? : T | Nil first?, last : T last, last? : T | Nil last?, new_with_existing_query(query : Avram::QueryBuilder) new_with_existing_query, none? : Bool none?, truncate(*, cascade : Bool = false) truncate

Instance Method Detail

def confirmation_token #

def confirmed_at #

def created_at #

def email #

def encrypted_password #

def first_name #

def id #

def last_name #

def updated_at #