Class: Puree::Extractor::DoctoralThesis
- Inherits:
-
Thesis
- Object
- Resource
- Publication
- Thesis
- Puree::Extractor::DoctoralThesis
- Defined in:
- lib/puree/extractor/doctoral_thesis.rb
Overview
Doctoral thesis extractor.
Instance Method Summary collapse
-
#initialize(config) ⇒ DoctoralThesis
constructor
A new instance of DoctoralThesis.
Methods inherited from Resource
Constructor Details
#initialize(config) ⇒ DoctoralThesis
Returns a new instance of DoctoralThesis.
9 10 11 12 |
# File 'lib/puree/extractor/doctoral_thesis.rb', line 9 def initialize(config) set_model_type 'doctoral_thesis' super end |