Method: ATMFormatter::BaseFormatter#start

Defined in:
lib/atm_formatter/helpers/base_formatter.rb

#start(_notification) ⇒ Object



8
9
10
11
# File 'lib/atm_formatter/helpers/base_formatter.rb', line 8

def start(_notification)
  @options = DEFAULT_OPTIONS.merge(ATMFormatter.config.create_test_formatter_options)
  @client = ATM::Client.new(ATMFormatter.config.to_hash)
end