Method: Honeybadger::Backend::Base#initialize
- Defined in:
- lib/honeybadger/backend/base.rb
#initialize(config) ⇒ Base
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Base.
76 77 78 |
# File 'lib/honeybadger/backend/base.rb', line 76 def initialize(config) @config = config end |