Class: Citation::Article_to_be_submitted

Inherits:
Citation
  • Object
show all
Includes:
JournalLike
Defined in:
lib/citation.rb

Instance Attribute Summary collapse

Attributes included from JournalLike

#journal_full, #journal_iso, #journal_medline

Attributes inherited from Citation

#abstract, #authors, #bibtype, #ident, #quotes

Method Summary

Methods included from JournalLike

#has_journal?, #set_journal_from_medline

Methods inherited from Citation

#initialize, #to_hash, #to_yaml

Constructor Details

This class inherits a constructor from Citation

Instance Attribute Details

#titleObject

Returns the value of attribute title.



145
146
147
# File 'lib/citation.rb', line 145

def title
  @title
end