Class: Citation::Article_to_be_submitted
- Includes:
- JournalLike
- Defined in:
- lib/citation.rb
Instance Attribute Summary collapse
-
#title ⇒ Object
Returns the value of attribute title.
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
#title ⇒ Object
Returns the value of attribute title.
145 146 147 |
# File 'lib/citation.rb', line 145 def title @title end |