Class: Pubid::Jis::Identifier::TechnicalReport
- Defined in:
- lib/pubid/jis/identifier/technical_report.rb
Instance Attribute Summary
Attributes inherited from Base
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_class ⇒ Object
12 13 14 |
# File 'lib/pubid/jis/identifier/technical_report.rb', line 12 def self.get_renderer_class Renderer::TechnicalReport end |
.type ⇒ Object
8 9 10 |
# File 'lib/pubid/jis/identifier/technical_report.rb', line 8 def self.type { key: :tr, title: "Technical Report", short: "TR" } end |