Class: Puree::Extractor::PaperBase
- Inherits:
-
Publication
- Object
- Resource
- Publication
- Puree::Extractor::PaperBase
- Defined in:
- lib/puree/extractor/paper_base.rb
Overview
Paper base extractor. Do not use directly.
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(config) ⇒ PaperBase
constructor
A new instance of PaperBase.
Methods inherited from Resource
Constructor Details
#initialize(config) ⇒ PaperBase
Returns a new instance of PaperBase.
10 11 12 |
# File 'lib/puree/extractor/paper_base.rb', line 10 def initialize(config) super end |