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