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