Sha256: 88550aa73b2829b7b5fbc8a12b85207d19450efcb07dc15742db6146b622dcba
Contents?: true
Size: 528 Bytes
Versions: 6
Compression:
Stored size: 528 Bytes
Contents
module MoneyS3 module Builders class TelefonType include ParserCore::BaseBuilder def builder root = Ox::Element.new(name) root = add_attributes_and_namespaces(root) root << build_element('Pred', data[:pred], data[:pred_attributes]) if data.key? :pred root << build_element('Cislo', data[:cislo], data[:cislo_attributes]) if data.key? :cislo root << build_element('Klap', data[:klap], data[:klap_attributes]) if data.key? :klap root end end end end
Version data entries
6 entries across 6 versions & 1 rubygems