Sha256: faeca932b9d28c32443c023dfb4bb3bab57cd92b2531d562072bc44a4713fae9

Contents?: true

Size: 345 Bytes

Versions: 7

Compression:

Stored size: 345 Bytes

Contents

module MoneyS3
  module Parsers
    class SeznamClenDPH
      include ParserCore::BaseParser

      def clen_dph
        array_of_at(ClenDPH, ['ClenDPH'])
      end

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

        hash[:clen_dph] = clen_dph.map(&:to_h) if has? 'ClenDPH'

        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_clen_dph.rb
money_s3-2.4.0 lib/money_s3/parsers/seznam_clen_dph.rb
money_s3-2.3.0 lib/money_s3/parsers/seznam_clen_dph.rb
money_s3-2.2.0 lib/money_s3/parsers/seznam_clen_dph.rb
money_s3-2.1.0 lib/money_s3/parsers/seznam_clen_dph.rb
money_s3-2.0.0 lib/money_s3/parsers/seznam_clen_dph.rb
money_s3-1.0.0 lib/money_s3/parsers/seznam_clen_dph.rb