class Xrechnung::PartyIdentification
Public Instance Methods
to_xml(xml)
click to toggle source
noinspection RubyResolve
# File lib/xrechnung/party_identification.rb, line 10 def to_xml(xml) xml.cac :PartyIdentification do xml.cbc :ID, id end end