Class: Puree::Model::Paper

Inherits:
ResearchOutput show all
Defined in:
lib/puree/model/paper.rb

Overview

A paper.

Direct Known Subclasses

ConferencePaper

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_rangeString?

Returns:

  • (String, nil)


12
13
14
# File 'lib/puree/model/paper.rb', line 12

def page_range
  @page_range
end

#pagesInteger?

Returns:

  • (Integer, nil)


9
10
11
# File 'lib/puree/model/paper.rb', line 9

def pages
  @pages
end

#peer_reviewedBoolean?

Returns:

  • (Boolean, nil)


15
16
17
# File 'lib/puree/model/paper.rb', line 15

def peer_reviewed
  @peer_reviewed
end