Class: Puree::Model::Journal
- Defined in:
- lib/puree/model/journal.rb
Overview
A journal.
Instance Attribute Summary collapse
Attributes inherited from Resource
#created, #locale, #modified, #uuid
Instance Attribute Details
#issn ⇒ String?
9 10 11 |
# File 'lib/puree/model/journal.rb', line 9 def issn @issn end |
#publisher ⇒ String?
12 13 14 |
# File 'lib/puree/model/journal.rb', line 12 def publisher @publisher end |
#title ⇒ String?
15 16 17 |
# File 'lib/puree/model/journal.rb', line 15 def title @title end |