class PostQuery

Defined in:

queries/post_query.cr

Instance Method Summary

Instance methods inherited from class Post::BaseQuery

body(value)
body
body
, clone clone, created_at(value)
created_at
created_at
, find(id) find, id(value)
id
id
, update(id : UUID | Nothing = Nothing.new, created_at : Time | Nothing = Nothing.new, updated_at : Time | Nothing = Nothing.new, body : String | Nothing = Nothing.new) : Int64 update, updated_at(value)
updated_at
updated_at

Class methods inherited from class Post::BaseQuery

all all, find(id) find, first first, first? first?, last last, last? last?, new_with_existing_query(query : Avram::QueryBuilder) new_with_existing_query, truncate truncate

Instance Method Detail

def body #

def created_at #

def id #

def updated_at #