Class: Pubid::Iso::RefUndatedLong

Inherits:
RenderingStyle show all
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

Methods inherited from RenderingStyle

from_format, #render, #single_char_language?

Constructor Details

#initializeRefUndatedLong

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