Class: Citation::Book
Instance Attribute Summary collapse
-
#publisher ⇒ Object
Returns the value of attribute publisher.
-
#title ⇒ Object
Returns the value of attribute title.
-
#year ⇒ Object
Returns the value of attribute year.
Attributes inherited from Citation
#abstract, #authors, #bibtype, #ident, #quotes
Method Summary
Methods inherited from Citation
#initialize, #to_hash, #to_yaml
Constructor Details
This class inherits a constructor from Citation
Instance Attribute Details
#publisher ⇒ Object
Returns the value of attribute publisher.
153 154 155 |
# File 'lib/citation.rb', line 153 def publisher @publisher end |
#title ⇒ Object
Returns the value of attribute title.
153 154 155 |
# File 'lib/citation.rb', line 153 def title @title end |
#year ⇒ Object
Returns the value of attribute year.
153 154 155 |
# File 'lib/citation.rb', line 153 def year @year end |