class PostQuery
- PostQuery
- Post::BaseQuery
- Reference
- Object
Defined in:
queries/post_query.crInstance 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, published_at(value)
published_at published_at, title(value)
title title, update(id : UUID | Avram::Nothing = Avram::Nothing.new, created_at : Time | Avram::Nothing = Avram::Nothing.new, updated_at : Time | Avram::Nothing = Avram::Nothing.new, title : String | Avram::Nothing = Avram::Nothing.new, body : String | Avram::Nothing = Avram::Nothing.new, published_at : Time | Avram::Nothing = Avram::Nothing.new) : Int64 update, updated_at(value)
updated_at updated_at