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