class Puree::Extractor::MastersThesis

Master’s thesis extractor.

Public Instance Methods

find(id) click to toggle source

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

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