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