Class: Exporters::Endnote::Formatter::Book

Inherits:
Base
  • Object
show all
Defined in:
lib/exporters/endnote/formatter.rb

Instance Method Summary (collapse)

Instance Method Details

- (Object) add_contents



64
65
66
67
68
# File 'lib/exporters/endnote/formatter.rb', line 64

def add_contents
  add 'C', @reference.publisher.place.name
  add 'I', @reference.publisher.name
  add 'P', @reference.pagination
end

- (Object) kind



61
62
63
# File 'lib/exporters/endnote/formatter.rb', line 61

def kind
  'Book'
end