class Puree::Extractor::DoctoralThesis
Doctoral thesis extractor.
Public Instance Methods
find(id)
click to toggle source
@param id [String] @return [Puree::Model::DoctoralThesis, nil]
Calls superclass method
Puree::Extractor::Resource#find
# 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