Class: Citation::Workshop

Inherits:
Citation show all
Defined in:
lib/citation.rb

Instance Attribute Summary collapse

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

#nameObject

Returns the value of attribute name.



149
150
151
# File 'lib/citation.rb', line 149

def name
  @name
end

#pagesObject

Returns the value of attribute pages.



149
150
151
# File 'lib/citation.rb', line 149

def pages
  @pages
end

#titleObject

Returns the value of attribute title.



149
150
151
# File 'lib/citation.rb', line 149

def title
  @title
end

#yearObject

Returns the value of attribute year.



149
150
151
# File 'lib/citation.rb', line 149

def year
  @year
end