Class: Exporters::Endnote::Formatter::Unknown

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

Instance Method Summary (collapse)

Instance Method Details

- (Object) add_contents



75
76
77
# File 'lib/exporters/endnote/formatter.rb', line 75

def add_contents
  add '1', @reference.citation
end

- (Object) kind



72
73
74
# File 'lib/exporters/endnote/formatter.rb', line 72

def kind
  'Generic'
end