Class: Puree::Extractor::DoctoralThesis
- Defined in:
- lib/puree/extractor/doctoral_thesis.rb
Overview
Doctoral thesis extractor.
Instance Method Summary collapse
Methods inherited from Resource
Constructor Details
This class inherits a constructor from Puree::Extractor::Resource
Instance Method Details
#find(id) ⇒ Puree::Model::DoctoralThesis?
10 11 12 13 14 |
# File 'lib/puree/extractor/doctoral_thesis.rb', line 10 def find(id) super id: id, api_resource_type: :research_output, xml_extractor_resource_type: :doctoral_thesis end |