Class: Puree::XMLExtractor::MastersThesis

Inherits:
Thesis show all
Defined in:
lib/puree/xml_extractor/masters_thesis.rb

Overview

Master’s thesis XML extractor.

Instance Method Summary collapse

Methods inherited from Thesis

#award_date, #awarding_institution, #qualification, #sponsors

Methods included from PublisherMixin

#publisher

Methods included from PagesMixin

#pages

Methods included from DoiMixin

#doi

Methods inherited from ResearchOutput

#bibliographical_note, #category, #doi, #dois, #files, #keywords, #language, #links, #open_access_permission, #persons_external, #persons_internal, #persons_other, #publication_statuses, #scopus_citations_count, #scopus_id, #scopus_metrics, #subtitle, #title, #translated_subtitle, #translated_title

Methods included from TypeMixin

#type

Methods included from WorkflowMixin

#workflow

Methods included from ResearchOutputMixin

#research_outputs

Methods included from ProjectMixin

#projects

Methods included from OwnerMixin

#owner

Methods included from OrganisationalUnitMixin

#organisational_units

Methods included from AbstractMixin

#description

Methods inherited from Resource

#created_at, #created_by, #id, #model, #modified_at, #modified_by, #previous_uuids, #uuid

Methods inherited from Base

#xpath_query_for_multi_value, #xpath_query_for_single_value

Constructor Details

#initialize(xml) ⇒ MastersThesis

Returns a new instance of MastersThesis.



8
9
10
# File 'lib/puree/xml_extractor/masters_thesis.rb', line 8

def initialize(xml)
  super
end