Class: Pubid::Jis::Identifier::TechnicalSpecification
- Inherits:
-
Base
- Object
- Core::Identifier::Base
- Base
- Pubid::Jis::Identifier::TechnicalSpecification
- Defined in:
- lib/pubid/jis/identifier/technical_specification.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_specification.rb', line 12 def self.get_renderer_class Renderer::TechnicalSpecification end |
.type ⇒ Object
8 9 10 |
# File 'lib/pubid/jis/identifier/technical_specification.rb', line 8 def self.type { key: :ts, title: "Technical Specification", short: "TS" } end |