Class: Pubid::Cen::Renderer::HarmonizationDocument
- Inherits:
-
Base
- Object
- Pubid::Core::Renderer::Base
- Base
- Pubid::Cen::Renderer::HarmonizationDocument
show all
- Defined in:
- lib/pubid/cen/renderer/harmonization_document.rb
Instance Method Summary
collapse
Methods inherited from Base
#render_identifier, #render_part, #render_supplements, #sort_supplements
Instance Method Details
#render_publisher(publisher, _opts, params) ⇒ Object
5
6
7
|
# File 'lib/pubid/cen/renderer/harmonization_document.rb', line 5
def render_publisher(publisher, _opts, params)
""
end
|
#render_type(type, _opts, _params) ⇒ Object
9
10
11
|
# File 'lib/pubid/cen/renderer/harmonization_document.rb', line 9
def render_type(type, _opts, _params)
"HD"
end
|