Class: Pubid::Iso::RefNumShort
- Inherits:
-
RenderingStyle
- Object
- RenderingStyle
- Pubid::Iso::RefNumShort
- Defined in:
- lib/pubid/iso/rendering_style.rb
Overview
Instance reference number: 1-letter language code + short form + dated
Instance Attribute Summary
Attributes inherited from RenderingStyle
#stage_format_long, #with_date, #with_language_code
Instance Method Summary collapse
-
#initialize ⇒ RefNumShort
constructor
A new instance of RefNumShort.
Methods inherited from RenderingStyle
from_format, #render, #single_char_language?
Constructor Details
#initialize ⇒ RefNumShort
Returns a new instance of RefNumShort.
80 81 82 |
# File 'lib/pubid/iso/rendering_style.rb', line 80 def initialize super(with_language_code: :single, stage_format_long: false, with_date: true) end |