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