Sha256: bfbe1ecb3ed12230210b6dc819ecb87ef66881c13a170e10575974fd7dad02bb

Contents?: true

Size: 368 Bytes

Versions: 6

Compression:

Stored size: 368 Bytes

Contents

module MoneyS3
  module Builders
    class SeznamIntDokl
      include ParserCore::BaseBuilder

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

        if data.key? :int_dokl
          data[:int_dokl].each { |i| root << IntDokl.new('IntDokl', 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_int_dokl.rb
money_s3-2.4.0 lib/money_s3/builders/seznam_int_dokl.rb
money_s3-2.3.0 lib/money_s3/builders/seznam_int_dokl.rb
money_s3-2.2.0 lib/money_s3/builders/seznam_int_dokl.rb
money_s3-2.1.0 lib/money_s3/builders/seznam_int_dokl.rb
money_s3-2.0.0 lib/money_s3/builders/seznam_int_dokl.rb