Class: Citation::Book

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

#publisherObject

Returns the value of attribute publisher.



153
154
155
# File 'lib/citation.rb', line 153

def publisher
  @publisher
end

#titleObject

Returns the value of attribute title.



153
154
155
# File 'lib/citation.rb', line 153

def title
  @title
end

#yearObject

Returns the value of attribute year.



153
154
155
# File 'lib/citation.rb', line 153

def year
  @year
end