Class: Pubid::Bsi::Renderer::NationalAnnex
- Defined in:
- lib/pubid/bsi/renderer/national_annex.rb
Constant Summary
Constants inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#render_edition, #render_month, #render_pdf, #render_supplement, #render_tracked_changes, #render_translation
Instance Method Details
#render_identifier(params) ⇒ Object
6 7 8 |
# File 'lib/pubid/bsi/renderer/national_annex.rb', line 6 def render_identifier(params) "NA%{supplement} to %{base}" % params end |