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