Class: Puree::Model::Thesis
Overview
Instance Attribute Summary collapse
Attributes inherited from Publication
#associated, #bibliographical_note, #category, #description, #dois, #external_organisations, #files, #keywords, #language, #links, #organisations, #owner, #persons_external, #persons_internal, #persons_other, #publication_place, #publisher, #scopus_id, #statuses, #subtitle, #title, #translated_subtitle, #translated_title, #type, #workflow_state
Attributes inherited from Resource
#created, #locale, #modified, #uuid
Instance Attribute Details
#award_date ⇒ Time?
9
10
11
|
# File 'lib/puree/model/thesis.rb', line 9
def award_date
@award_date
end
|
12
13
14
|
# File 'lib/puree/model/thesis.rb', line 12
def awarding_institution
@awarding_institution
end
|
#doi ⇒ String?
15
16
17
|
# File 'lib/puree/model/thesis.rb', line 15
def doi
@doi
end
|
#pages ⇒ Fixnum?
18
19
20
|
# File 'lib/puree/model/thesis.rb', line 18
def pages
@pages
end
|
#qualification ⇒ String?
21
22
23
|
# File 'lib/puree/model/thesis.rb', line 21
def qualification
@qualification
end
|
24
25
26
|
# File 'lib/puree/model/thesis.rb', line 24
def
@sponsors
end
|