Sha256: 8e3ac61ee45074f3be253f5b976c422ed1f0a152c9106a114b5612e525b83746
Contents?: true
Size: 380 Bytes
Versions: 1
Compression:
Stored size: 380 Bytes
Contents
require 'money_s3/parsers/base_parser' require 'money_s3/parsers/bank_dokl' module MoneyS3 module Parsers class SeznamBankDokl include BaseParser def bank_dokl array_of_at(BankDokl, [:BankDokl]) end def to_h hash = {} hash[:bank_dokl] = bank_dokl.map(&:to_h) if raw.key? :BankDokl hash end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
money_s3-0.5.0 | lib/money_s3/parsers/seznam_bank_dokl.rb |