Sha256: 33a14531fc1632e11e8413c721197cd40ea7775ceb026a0b53420fe41cc76a41
Contents?: true
Size: 356 Bytes
Versions: 7
Compression:
Stored size: 356 Bytes
Contents
module MoneyS3 module Parsers class SeznamStredisek include ParserCore::BaseParser def stredisko array_of_at(Stredisko, ['Stredisko']) end def to_h hash = {} hash[:attributes] = attributes hash[:stredisko] = stredisko.map(&:to_h) if has? 'Stredisko' hash end end end end
Version data entries
7 entries across 7 versions & 1 rubygems