Class: Puree::Extractor::PaperBase

Inherits:
Publication show all
Defined in:
lib/puree/extractor/paper_base.rb

Overview

Paper base extractor. Do not use directly.

Direct Known Subclasses

ConferencePaper, Paper

Instance Method Summary collapse

Methods inherited from Resource

#get

Constructor Details

#initialize(config) ⇒ PaperBase

Returns a new instance of PaperBase.

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.



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

def initialize(config)
  super
end