Class: Puree::Model::Thesis

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

Overview

A thesis.

Direct Known Subclasses

DoctoralThesis, MastersThesis

Instance Attribute Summary collapse

Attributes inherited from ResearchOutput

#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_dateTime?

Returns:

  • (Time, nil)


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

def award_date
  @award_date
end

#awarding_institutionPuree::Model::OrganisationalUnitHeader?



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

def awarding_institution
  @awarding_institution
end

#doiString?

Returns:

  • (String, nil)


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

def doi
  @doi
end

#pagesInteger?

Returns:

  • (Integer, nil)


18
19
20
# File 'lib/puree/model/thesis.rb', line 18

def pages
  @pages
end

#publisherPuree::Model::PublisherHeader?



21
22
23
# File 'lib/puree/model/thesis.rb', line 21

def publisher
  @publisher
end

#qualificationString?

Returns:

  • (String, nil)


24
25
26
# File 'lib/puree/model/thesis.rb', line 24

def qualification
  @qualification
end

#sponsorsArray<Puree::Model::ExternalOrganisationHeader>



27
28
29
# File 'lib/puree/model/thesis.rb', line 27

def sponsors
  @sponsors
end