Class: Citation::Workshop
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#pages ⇒ Object
Returns the value of attribute pages.
-
#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
#name ⇒ Object
Returns the value of attribute name.
149 150 151 |
# File 'lib/citation.rb', line 149 def name @name end |
#pages ⇒ Object
Returns the value of attribute pages.
149 150 151 |
# File 'lib/citation.rb', line 149 def pages @pages end |
#title ⇒ Object
Returns the value of attribute title.
149 150 151 |
# File 'lib/citation.rb', line 149 def title @title end |
#year ⇒ Object
Returns the value of attribute year.
149 150 151 |
# File 'lib/citation.rb', line 149 def year @year end |