Class: Pubid::Cen::Identifier::Guide

Inherits:
Base
  • Object
show all
Defined in:
lib/pubid/cen/identifier/guide.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



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

def self.get_renderer_class
  Renderer::Guide
end

.typeObject



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

def self.type
  { key: :guide, title: "Guide", short: "Guide" }
end