Class: Pubid::Iso::RefDated
- Inherits:
-
RenderingStyle
- Object
- RenderingStyle
- Pubid::Iso::RefDated
- Defined in:
- lib/pubid/iso/rendering_style.rb
Overview
Reference dated: no 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 ⇒ RefDated
constructor
A new instance of RefDated.
Methods inherited from RenderingStyle
from_format, #render, #single_char_language?
Constructor Details
#initialize ⇒ RefDated
Returns a new instance of RefDated.
94 95 96 |
# File 'lib/pubid/iso/rendering_style.rb', line 94 def initialize super(with_language_code: :none, stage_format_long: false, with_date: true) end |