Class: Pubid::Iso::Renderer::PubliclyAvailableSpecification
- Inherits:
-
Base
- Object
- Core::Renderer::Base
- Base
- Pubid::Iso::Renderer::PubliclyAvailableSpecification
- Defined in:
- lib/pubid/iso/renderer/publicly_available_specification.rb
Constant Summary collapse
- TYPE =
"PAS".freeze
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#postrender_stage, #render, #render_addendum, #render_base, #render_base_identifier, #render_copublisher_string, #render_edition, #render_identifier, #render_iteration, #render_language, #render_part, #render_publisher, #render_stage, #render_type_prefix, #render_typed_stage, #render_year
Instance Method Details
#omit_post_publisher_symbol?(_typed_stage, _stage, _opts) ⇒ Boolean
7 8 9 10 |
# File 'lib/pubid/iso/renderer/publicly_available_specification.rb', line 7 def omit_post_publisher_symbol?(_typed_stage, _stage, _opts) # always need post publisher symbol, because we always have to add "TR" false end |