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, 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