Class: Pubid::Iec::RefNumLong

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

Methods inherited from RenderingStyle

from_format, #render, #single_char_language?

Constructor Details

#initializeRefNumLong

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