Sha256: 6cf8ae9bd7b79a5a20e17487ee7c21ba74eae28eede88d2ea26e5a47420be016

Contents?: true

Size: 345 Bytes

Versions: 7

Compression:

Stored size: 345 Bytes

Contents

module MoneyS3
  module Parsers
    class SeznamIntDokl
      include ParserCore::BaseParser

      def int_dokl
        array_of_at(IntDokl, ['IntDokl'])
      end

      def to_h
        hash = {}
        hash[:attributes] = attributes

        hash[:int_dokl] = int_dokl.map(&:to_h) if has? 'IntDokl'

        hash
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
money_s3-2.4.1 lib/money_s3/parsers/seznam_int_dokl.rb
money_s3-2.4.0 lib/money_s3/parsers/seznam_int_dokl.rb
money_s3-2.3.0 lib/money_s3/parsers/seznam_int_dokl.rb
money_s3-2.2.0 lib/money_s3/parsers/seznam_int_dokl.rb
money_s3-2.1.0 lib/money_s3/parsers/seznam_int_dokl.rb
money_s3-2.0.0 lib/money_s3/parsers/seznam_int_dokl.rb
money_s3-1.0.0 lib/money_s3/parsers/seznam_int_dokl.rb