Class: Pubid::Plateau::Identifier::TechnicalReport
- Inherits:
-
Base
- Object
- Core::Identifier::Base
- Base
- Pubid::Plateau::Identifier::TechnicalReport
- Defined in:
- lib/pubid/plateau/identifier/technical_report.rb
Instance Attribute Summary
Attributes inherited from Base
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_class ⇒ Object
6 7 8 |
# File 'lib/pubid/plateau/identifier/technical_report.rb', line 6 def self.get_renderer_class Renderer::TechnicalReport end |
.type ⇒ Object
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 |