Class: Pubid::Jis::Renderer::TechnicalSpecification

Inherits:
Base
  • Object
show all
Defined in:
lib/pubid/jis/renderer/technical_specification.rb

Constant Summary

Constants inherited from Base

Base::TYPE

Instance Method Summary collapse

Methods inherited from Base

#render, #render_all_parts, #render_part, #render_publisher, #render_series, #render_year

Instance Method Details

#render_identifier(params) ⇒ Object



5
6
7
# File 'lib/pubid/jis/renderer/technical_specification.rb', line 5

def render_identifier(params)
  "%{publisher} TS%{series} %{number}%{part}%{year}%{all_parts}" % params
end