Class: Puree::Extractor::MastersThesis

Inherits:
Thesis show all
Defined in:
lib/puree/extractor/masters_thesis.rb

Overview

Master’s thesis extractor.

Instance Method Summary collapse

Methods inherited from Resource

#get

Constructor Details

#initialize(config) ⇒ MastersThesis

Returns a new instance of MastersThesis.

Parameters:

  • config (Hash)

    a customizable set of options

Options Hash (config):

  • :url (String)

    The URL of the Pure host.

  • :username (String)

    The username of the Pure host account.

  • :password (String)

    The password of the Pure host account.



9
10
11
12
# File 'lib/puree/extractor/masters_thesis.rb', line 9

def initialize(config)
  set_model_type 'masters_thesis'
  super
end