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