Class: Pubid::Bsi::Identifier::PublishedDocument

Inherits:
Base
  • Object
show all
Defined in:
lib/pubid/bsi/identifier/published_document.rb

Instance Attribute Summary

Attributes inherited from Base

#adopted, #month, #pdf, #supplement, #tracked_changes, #translation

Class Method Summary collapse

Methods inherited from Base

get_parser_class, get_transformer_class, #initialize, transform, transform_expert_commentary, transform_hash, transform_national_annex

Constructor Details

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

Class Method Details

.get_renderer_classObject



10
11
12
# File 'lib/pubid/bsi/identifier/published_document.rb', line 10

def self.get_renderer_class
  Renderer::PublishedDocument
end

.typeObject



6
7
8
# File 'lib/pubid/bsi/identifier/published_document.rb', line 6

def self.type
  { key: :pd, title: "Published Document", short: "PD" }
end