Sha256: 0eaccecc648314a463b4d1a7f5a54394d77cd1dec2c14091534ef751cef6bc38
Contents?: true
Size: 331 Bytes
Versions: 7
Compression:
Stored size: 331 Bytes
Contents
module MoneyS3 module Parsers class SeznamDLVyd include ParserCore::BaseParser def dl_vyd array_of_at(DLVyd, ['DLVyd']) end def to_h hash = {} hash[:attributes] = attributes hash[:dl_vyd] = dl_vyd.map(&:to_h) if has? 'DLVyd' hash end end end end
Version data entries
7 entries across 7 versions & 1 rubygems