class Relaton::ItuBib::Processor
Public Class Methods
new()
click to toggle source
# File lib/relaton/processor.rb, line 7 def initialize @short = :itubib @prefix = "ITU" @defaultprefix = %r{^(ITU)} @idtype = "ITU" end
Public Instance Methods
from_xml(xml)
click to toggle source
# File lib/relaton/processor.rb, line 18 def from_xml(xml) IsoBibItem::XMLParser.from_xml xml end
get(code, date, opts)
click to toggle source
# File lib/relaton/processor.rb, line 14 def get(code, date, opts) ::ItuBib::ItuBliography.get(code, date, opts) end