Class: Tracebin::Config
- Inherits:
-
Object
- Object
- Tracebin::Config
- Defined in:
- lib/tracebin/config.rb
Constant Summary collapse
- DEFAULTS =
{ log_level: 'info', host: 'https://traceb.in', report_path: 'reports', ignored_paths: [], enabled: true }.freeze
Instance Method Summary collapse
-
#initialize(config = {}) ⇒ Config
constructor
A new instance of Config.