class PaperQuery
- PaperQuery
- Paper::BaseQuery
- Reference
- Object
Defined in:
queries/paper_query.crInstance Method Summary
- #created_at
- #id
- #links
- #name
- #published_day
- #published_month
- #published_year
- #recorded_species
- #summary
- #updated_at
- #used_specimens
Instance methods inherited from class Paper::BaseQuery
clone
clone,
created_at(value)created_at created_at, find(id) find, id(value)
id id, links(value)
links links, name(value)
name name, published_day(value)
published_day published_day, published_month(value)
published_month published_month, published_year(value)
published_year published_year, recorded_species(value)
recorded_species recorded_species, summary(value)
summary summary, update(id : UUID | Avram::Nothing = Avram::Nothing.new, created_at : Time | Avram::Nothing = Avram::Nothing.new, updated_at : Time | Avram::Nothing = Avram::Nothing.new, name : String | Avram::Nothing = Avram::Nothing.new, summary : String | Avram::Nothing = Avram::Nothing.new, published_year : Int32 | Avram::Nothing = Avram::Nothing.new, published_month : Int32 | Avram::Nothing = Avram::Nothing.new, published_day : Int32 | Avram::Nothing = Avram::Nothing.new, recorded_species : Array(String) | Avram::Nothing = Avram::Nothing.new, used_specimens : Array(String) | Avram::Nothing = Avram::Nothing.new, links : Array(String) | Avram::Nothing = Avram::Nothing.new) : Int64 update, updated_at(value)
updated_at updated_at, used_specimens(value)
used_specimens used_specimens