Class: Pubid::Jis::Identifier::TechnicalReport

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

Instance Attribute Summary

Attributes inherited from Base

#all_parts, #series

Class Method Summary collapse

Methods inherited from Base

#==, #all_parts?, get_parser_class, #initialize, #to_s, transform, transform_explanation, transform_supplements

Constructor Details

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

Class Method Details

.get_renderer_classObject



12
13
14
# File 'lib/pubid/jis/identifier/technical_report.rb', line 12

def self.get_renderer_class
  Renderer::TechnicalReport
end

.typeObject



8
9
10
# File 'lib/pubid/jis/identifier/technical_report.rb', line 8

def self.type
  { key: :tr, title: "Technical Report", short: "TR" }
end