Class: Pubid::Iso::RefUndatedLong
- Inherits:
-
RenderingStyle
- Object
- RenderingStyle
- Pubid::Iso::RefUndatedLong
- Defined in:
- lib/pubid/iso/rendering_style.rb
Overview
Reference undated long: no language code + long form + undated
Instance Attribute Summary
Attributes inherited from RenderingStyle
#stage_format_long, #with_date, #with_language_code
Instance Method Summary collapse
-
#initialize ⇒ RefUndatedLong
constructor
A new instance of RefUndatedLong.
Methods inherited from RenderingStyle
from_format, #render, #single_char_language?
Constructor Details
#initialize ⇒ RefUndatedLong
Returns a new instance of RefUndatedLong.
115 116 117 |
# File 'lib/pubid/iso/rendering_style.rb', line 115 def initialize super(with_language_code: :none, stage_format_long: true, with_date: false) end |