Class: Pubid::Bsi::Renderer::PublishedDocument

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

Constant Summary collapse

TYPE =
"PD".freeze

Instance Method Summary collapse

Methods inherited from Base

#render_edition, #render_identifier, #render_month, #render_pdf, #render_supplement, #render_tracked_changes, #render_translation

Instance Method Details

#render_publisher(_publisher, _, _) ⇒ Object



8
9
10
# File 'lib/pubid/bsi/renderer/published_document.rb', line 8

def render_publisher(_publisher, _, _)
  TYPE
end