Class: Pubid::Plateau::Identifier::TechnicalReport

Inherits:
Base
  • Object
show all
Defined in:
lib/pubid/plateau/identifier/technical_report.rb

Instance Attribute Summary

Attributes inherited from Base

#annex, #type

Class Method Summary collapse

Methods inherited from Base

get_parser_class, get_update_codes, #initialize, transform

Constructor Details

This class inherits a constructor from Pubid::Plateau::Identifier::Base

Class Method Details

.get_renderer_classObject



6
7
8
# File 'lib/pubid/plateau/identifier/technical_report.rb', line 6

def self.get_renderer_class
  Renderer::TechnicalReport
end

.typeObject



10
11
12
# File 'lib/pubid/plateau/identifier/technical_report.rb', line 10

def self.type
  { key: :tr, title: "Technical Report", values: ["Technical Report"] }
end