Sha256: e7624111c5e020503395c609ddae3572840bdfc14f6d3129318ce6352ec2596e

Contents?: true

Size: 386 Bytes

Versions: 6

Compression:

Stored size: 386 Bytes

Contents

module MoneyS3
  module Builders
    class SeznamPredkontaci
      include ParserCore::BaseBuilder

      def builder
        root = Ox::Element.new(name)
        root = add_attributes_and_namespaces(root)

        if data.key? :predkontace
          data[:predkontace].each { |i| root << Predkontace.new('Predkontace', i).builder }
        end

        root
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
money_s3-2.4.1 lib/money_s3/builders/seznam_predkontaci.rb
money_s3-2.4.0 lib/money_s3/builders/seznam_predkontaci.rb
money_s3-2.3.0 lib/money_s3/builders/seznam_predkontaci.rb
money_s3-2.2.0 lib/money_s3/builders/seznam_predkontaci.rb
money_s3-2.1.0 lib/money_s3/builders/seznam_predkontaci.rb
money_s3-2.0.0 lib/money_s3/builders/seznam_predkontaci.rb