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