Class: Regularpublications

Inherits:
Reference show all
Defined in:
lib/prct11/regularpublications.rb

Instance Attribute Summary

Attributes inherited from Reference

#authors, #date, #title

Instance Method Summary collapse

Methods inherited from Reference

#<=>, #get_title

Constructor Details

#initialize(authors, title, date) ⇒ Regularpublications

Returns a new instance of Regularpublications.



3
4
5
# File 'lib/prct11/regularpublications.rb', line 3

def initialize(authors,title,date)
  super(authors,title,date)
end