Class: Pubid::Cen::Identifier::TechnicalSpecification
- Inherits:
-
Base
- Object
- Pubid::Core::Identifier::Base
- Base
- Pubid::Cen::Identifier::TechnicalSpecification
- Defined in:
- lib/pubid/cen/identifier/technical_specification.rb
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Base
get_parser_class, get_transformer_class, #initialize, transform, transform_supplement
Constructor Details
This class inherits a constructor from Pubid::Cen::Identifier::Base
Class Method Details
.get_renderer_class ⇒ Object
12 13 14 |
# File 'lib/pubid/cen/identifier/technical_specification.rb', line 12 def self.get_renderer_class Renderer::TechnicalSpecification end |
.type ⇒ Object
8 9 10 |
# File 'lib/pubid/cen/identifier/technical_specification.rb', line 8 def self.type { key: :ts, title: "Technical Specification", short: "TS" } end |