class Puree::Extractor::Thesis

Thesis extractor.

Public Instance Methods

find(id) click to toggle source

@param id [String] @return [Puree::Model::Thesis, nil]

Calls superclass method Puree::Extractor::Resource#find
# File lib/puree/extractor/thesis.rb, line 10
def find(id)
  super id: id,
        api_resource_type: :research_output,
        xml_extractor_resource_type: :thesis
end