Class: Puree::Model::Paper
- Inherits:
-
ResearchOutput
- Object
- Resource
- ResearchOutput
- Puree::Model::Paper
- Defined in:
- lib/puree/model/paper.rb
Overview
A paper.
Direct Known Subclasses
Instance Attribute Summary collapse
Attributes inherited from ResearchOutput
#bibliographical_note, #category, #description, #doi, #dois, #external_organisations, #files, #keywords, #language, #links, #open_access_permission, #organisations, #owner, #persons_external, #persons_internal, #persons_other, #projects, #publication_statuses, #research_outputs, #scopus_citations_count, #scopus_id, #scopus_metrics, #subtitle, #title, #translated_subtitle, #translated_title, #type, #workflow
Attributes inherited from Resource
#created_at, #created_by, #id, #modified_at, #modified_by, #previous_uuids, #uuid
Instance Attribute Details
#page_range ⇒ String?
12 13 14 |
# File 'lib/puree/model/paper.rb', line 12 def page_range @page_range end |
#pages ⇒ Integer?
9 10 11 |
# File 'lib/puree/model/paper.rb', line 9 def pages @pages end |
#peer_reviewed ⇒ Boolean?
15 16 17 |
# File 'lib/puree/model/paper.rb', line 15 def peer_reviewed @peer_reviewed end |