Class: RelatonBib::FormattedRef

Inherits:
FormattedString show all
Defined in:
lib/relaton_bib/formatted_ref.rb

Constant Summary

Constants inherited from FormattedString

RelatonBib::FormattedString::FORMATS

Instance Attribute Summary

Attributes inherited from FormattedString

#format

Attributes inherited from LocalizedString

#content, #language, #script

Instance Method Summary collapse

Methods inherited from FormattedString

#initialize

Methods inherited from LocalizedString

#empty?, #initialize, #to_s

Constructor Details

This class inherits a constructor from RelatonBib::FormattedString

Instance Method Details

#to_xml(builder) ⇒ Object

Parameters:

  • (Nokogiri::XML::Builder)


13
14
15
# File 'lib/relaton_bib/formatted_ref.rb', line 13

def to_xml(builder)
  builder.formattedref { super }
end