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