Method: Honeybadger::Plugins::Net::HTTP.set_hb_config
- Defined in:
- lib/honeybadger/plugins/net_http.rb
.set_hb_config(config) ⇒ Object
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.
12 13 14 |
# File 'lib/honeybadger/plugins/net_http.rb', line 12 def self.set_hb_config(config) @@hb_config = config end |