Module: BibliographicalImporter::AbstractRecord

Includes:
CommonRecordAttributes
Defined in:
lib/bibliographical_importer.rb

Overview

The BibliographicalImporter::AbstractRecord shouldn't be instantited directly, but using AbstractRecord.create methods Usually, the ReaderAbstract class provides and already preprocessed record and record just adapt it to CommonRecordAttributes interface. So, works like an Adapter

Instance Attribute Summary

Attributes included from CommonRecordAttributes

#abstract, #affiliation, #author, #authors, #cited, #doi, #id_scopus, #id_wos, #journal, #journal_abbr, #keywords, #keywords_plus, #language, #pages, #references_crossref, #references_scopus, #references_wos, #title, #type, #uid, #url, #volume, #year

Class Method Summary collapse

Class Method Details

.createObject



120
121
122
# File 'lib/bibliographical_importer.rb', line 120

def self.create
  raise "Should be implemented"
end