Class: Puree::Extractor::MastersThesis
- Inherits:
-
Thesis
- Object
- Resource
- ResearchOutput
- Thesis
- Puree::Extractor::MastersThesis
- Defined in:
- lib/puree/extractor/masters_thesis.rb
Overview
Master’s thesis extractor.
Instance Method Summary collapse
- #find(id) ⇒ Object
-
#initialize(config) ⇒ MastersThesis
constructor
A new instance of MastersThesis.
Constructor Details
#initialize(config) ⇒ MastersThesis
Returns a new instance of MastersThesis.
9 10 11 |
# File 'lib/puree/extractor/masters_thesis.rb', line 9 def initialize(config) super end |
Instance Method Details
#find(id) ⇒ Object
14 15 16 17 18 |
# File 'lib/puree/extractor/masters_thesis.rb', line 14 def find(id) find_and_extract id: id, api_resource_type: :research_output, xml_extractor_resource_type: :masters_thesis end |