Class: Puree::Model::Thesis
Overview
Instance Attribute Summary collapse
#bibliographical_note, #category, #description, #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
#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 ⇒ Integer?
18
19
20
|
# File 'lib/puree/model/thesis.rb', line 18
def pages
@pages
end
|
21
22
23
|
# File 'lib/puree/model/thesis.rb', line 21
def publisher
@publisher
end
|
#qualification ⇒ String?
24
25
26
|
# File 'lib/puree/model/thesis.rb', line 24
def qualification
@qualification
end
|
27
28
29
|
# File 'lib/puree/model/thesis.rb', line 27
def
@sponsors
end
|