Sha256: 96e194e56f251430f8d5ccb5b97dc21d24b76fe19774e8265b3ce41c2a343835
Contents?: true
Size: 492 Bytes
Versions: 6
Compression:
Stored size: 492 Bytes
Contents
module MoneyS3 module Builders class MzPriplatek include ParserCore::BaseBuilder def builder root = Ox::Element.new(name) root = add_attributes_and_namespaces(root) if data.key? :typ_priplatku root << TypPriplatkuType.new('TypPriplatku', data[:typ_priplatku]).builder end root << build_element('PripHodin', data[:prip_hodin], data[:prip_hodin_attributes]) if data.key? :prip_hodin root end end end end
Version data entries
6 entries across 6 versions & 1 rubygems