6 7 8 9 10 11 12 13 14 15
# File 'lib/money_s3/builders/seznam_cinnosti.rb', line 6 def builder root = Ox::Element.new(name) root = add_attributes_and_namespaces(root) if data.key? :cinnost data[:cinnost].each { |i| root << Cinnost.new('Cinnost', i).builder } end root end