Class: Pubid::Cen::Identifier::TechnicalSpecification

Inherits:
Base
  • Object
show all
Defined in:
lib/pubid/cen/identifier/technical_specification.rb

Instance Attribute Summary

Attributes inherited from Base

#adopted, #supplements

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_classObject



12
13
14
# File 'lib/pubid/cen/identifier/technical_specification.rb', line 12

def self.get_renderer_class
  Renderer::TechnicalSpecification
end

.typeObject



8
9
10
# File 'lib/pubid/cen/identifier/technical_specification.rb', line 8

def self.type
  { key: :ts, title: "Technical Specification", short: "TS" }
end