Class: Relaton::Iecbib::Processor

Inherits:
Processor
  • Object
show all
Defined in:
lib/relaton/processor.rb

Instance Method Summary collapse

Constructor Details

#initializeProcessor

Returns a new instance of Processor.



7
8
9
10
11
12
# File 'lib/relaton/processor.rb', line 7

def initialize
  @short = :iecbib
  @prefix = "IEC"
  @defaultprefix = %r{^(IEC)[ /]|^IEV($| )}
  @idtype = "IEC"
end

Instance Method Details

#get(code, date, opts) ⇒ Object



14
15
16
# File 'lib/relaton/processor.rb', line 14

def get(code, date, opts)
  ::Iecbib::IecBibliography.get(code, date, opts)
end