class Pohoda::Builders::MKasa::NonVatPayerWholePeriodType
Public Instance Methods
builder()
click to toggle source
# File lib/pohoda/builders/m_kasa/non_vat_payer_whole_period_type.rb, line 7 def builder root = Ox::Element.new(name) root = add_attributes_and_namespaces(root) root << build_element('mKasa:identifiedPerson', data[:identified_person], data[:identified_person_attributes]) if data.key? :identified_person root end