Class: Puree::Model::ConferencePaper

Inherits:
PaperBase show all
Defined in:
lib/puree/model/conference_paper.rb

Overview

A conference paper.

Instance Attribute Summary collapse

Attributes inherited from PaperBase

#page_range, #pages, #peer_reviewed

Attributes inherited from Publication

#bibliographical_note, #category, #description, #dois, #files, #keywords, #language, #links, #organisations, #owner, #persons_external, #persons_internal, #persons_other, #publication_place, #publisher, #statuses, #subtitle, #title, #translated_subtitle, #translated_title, #type

Attributes inherited from Resource

#created, #locale, #modified, #uuid

Instance Attribute Details

#eventPuree::Model::EventHeader?

Returns:



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

def event
  @event
end