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