Sha256: debf3676af8519e280cd4e4da1bd02a0c40dfe50a93f64843f5bb9cac3650408
Contents?: true
Size: 345 Bytes
Versions: 7
Compression:
Stored size: 345 Bytes
Contents
module MoneyS3 module Parsers class SeznamPokDokl include ParserCore::BaseParser def pok_dokl array_of_at(PokDokl, ['PokDokl']) end def to_h hash = {} hash[:attributes] = attributes hash[:pok_dokl] = pok_dokl.map(&:to_h) if has? 'PokDokl' hash end end end end
Version data entries
7 entries across 7 versions & 1 rubygems