Class: Pubid::Iso::RefUndated

Inherits:
RenderingStyle show all
Defined in:
lib/pubid/iso/rendering_style.rb

Overview

Reference undated: no language code + short form + undated

Instance Attribute Summary

Attributes inherited from RenderingStyle

#stage_format_long, #with_date, #with_language_code

Instance Method Summary collapse

Methods inherited from RenderingStyle

from_format, #render, #single_char_language?

Constructor Details

#initializeRefUndated

Returns a new instance of RefUndated.



108
109
110
# File 'lib/pubid/iso/rendering_style.rb', line 108

def initialize
  super(with_language_code: :none, stage_format_long: false, with_date: false)
end