Class: Puree::Extractor::MastersThesis

Inherits:
Resource
  • Object
show all
Defined in:
lib/puree/extractor/masters_thesis.rb

Overview

Master’s thesis extractor.

Instance Method Summary collapse

Methods inherited from Resource

#initialize

Constructor Details

This class inherits a constructor from Puree::Extractor::Resource

Instance Method Details

#find(id) ⇒ Puree::Model::MastersThesis?

Parameters:

  • id (String)

Returns:



10
11
12
13
14
# File 'lib/puree/extractor/masters_thesis.rb', line 10

def find(id)
  super id: id,
        api_resource_type: :research_output,
        xml_extractor_resource_type: :masters_thesis
end