Class: Puree::XMLExtractor::ConferencePaper
- Inherits:
-
PaperBase
- Object
- Base
- Resource
- Publication
- PaperBase
- Puree::XMLExtractor::ConferencePaper
- Includes:
- EventMixin
- Defined in:
- lib/puree/xml_extractor/conference_paper.rb
Overview
Conference paper XML extractor.
Instance Method Summary collapse
-
#initialize(xml:) ⇒ ConferencePaper
constructor
A new instance of ConferencePaper.
Methods included from EventMixin
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, #scopus_id, #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:) ⇒ ConferencePaper
Returns a new instance of ConferencePaper.
9 10 11 |
# File 'lib/puree/xml_extractor/conference_paper.rb', line 9 def initialize(xml:) super end |