Sha256: d17a4f303573c63f283fd512dcf4d9672d6081196f3a8eb4b4df76fd87ee4eab
Contents?: true
Size: 275 Bytes
Versions: 6
Compression:
Stored size: 275 Bytes
Contents
# frozen_string_literal: true module Transformers module Formatters # UBS Switzerland Chequing accounts formatter class UBSChequing < Formatter def initialize super({ date: [9], payee: [12], outflow: [18], inflow: [19] }) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems