Sha256: 9c997f43d8597b8cf41edb363c32ffbde35775efd87f698fa1f8a68eeff250fa
Contents?: true
Size: 328 Bytes
Versions: 7
Compression:
Stored size: 328 Bytes
Contents
module MoneyS3 module Parsers class SeznamFirem include ParserCore::BaseParser def firma array_of_at(Firma, ['Firma']) end def to_h hash = {} hash[:attributes] = attributes hash[:firma] = firma.map(&:to_h) if has? 'Firma' hash end end end end
Version data entries
7 entries across 7 versions & 1 rubygems