Class: Transformers::Formatters::Example

Inherits:
Formatter
  • Object
show all
Defined in:
lib/ynab_convert/transformers/formatters/example_formatter.rb

Overview

Example Formatter

Instance Method Summary collapse

Methods inherited from Formatter

#field, #run

Constructor Details

#initializeExample

Returns a new instance of Example.



7
8
9
# File 'lib/ynab_convert/transformers/formatters/example_formatter.rb', line 7

def initialize
  super({ date: [0], payee: [2], outflow: [3], inflow: [4] })
end