Class: RelatonIec::Eref

Inherits:
ErefType show all
Defined in:
lib/relaton_iec/basic_block/eref.rb

Instance Attribute Summary

Attributes inherited from ErefType

#alt, #citeas, #normative, #type

Attributes inherited from CitationType

#bibitemid, #date, #locality

Instance Method Summary collapse

Methods inherited from ErefType

#initialize

Methods inherited from CitationType

#initialize

Constructor Details

This class inherits a constructor from RelatonIec::ErefType

Instance Method Details

#to_xml(builder) ⇒ Object

Parameters:

  • builder (Nokogiri::XML::Builder)


6
7
8
# File 'lib/relaton_iec/basic_block/eref.rb', line 6

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