Class: Puree::XMLExtractor::PaperBase
- Inherits:
-
Publication
- Object
- Base
- Resource
- Publication
- Puree::XMLExtractor::PaperBase
- Includes:
- PageRangeMixin, PagesMixin, PeerReviewedMixin
- Defined in:
- lib/puree/xml_extractor/paper_base.rb
Overview
Paper base XML extractor.
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(xml:) ⇒ PaperBase
constructor
A new instance of PaperBase.
Methods included from PeerReviewedMixin
Methods included from PageRangeMixin
Methods included from PagesMixin
Methods inherited from Publication
#bibliographical_note, #category, #description, #dois, #files, #keywords, #language, #links, #organisations, #owner, #persons_external, #persons_internal, #persons_other, #publication_place, #publisher, #statuses, #subtitle, #title, #translated_subtitle, #translated_title, #type
Methods included from WorkflowStateMixin
Methods included from ExternalOrganisationsMixin
Methods included from AssociatedMixin
Methods inherited from Resource
#created, #get_data?, #locale, #modified, #uuid, #xpath_query
Methods inherited from Base
#xpath_query_for_multi_value, #xpath_query_for_single_value
Constructor Details
#initialize(xml:) ⇒ PaperBase
Returns a new instance of PaperBase.
11 12 13 |
# File 'lib/puree/xml_extractor/paper_base.rb', line 11 def initialize(xml:) super end |