Class: Pubid::Plateau::Identifier::Handbook

Inherits:
Base
  • Object
show all
Defined in:
lib/pubid/plateau/identifier/handbook.rb

Instance Attribute Summary

Attributes inherited from Base

#annex, #type

Class Method Summary collapse

Methods inherited from Base

get_parser_class, get_update_codes, #initialize, transform

Constructor Details

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

Class Method Details

.get_renderer_classObject



6
7
8
# File 'lib/pubid/plateau/identifier/handbook.rb', line 6

def self.get_renderer_class
  Renderer::Handbook
end

.typeObject



10
11
12
# File 'lib/pubid/plateau/identifier/handbook.rb', line 10

def self.type
  { key: :handbook, title: "Handbook" }
end