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) = DEFAULT_OPTIONS.merge(ATMFormatter.config.) @client = ATM::Client.new(ATMFormatter.config.to_hash) end |