Class: ExceptionGateway::Config
- Inherits:
-
Object
- Object
- ExceptionGateway::Config
- Defined in:
- lib/exception_gateway.rb
Instance Attribute Summary collapse
-
#backend ⇒ Object
Returns the value of attribute backend.
-
#bugsnag_alert_api_key ⇒ Object
configure this to enable bugsnag to log into separate project for alerts.
Instance Attribute Details
#backend ⇒ Object
Returns the value of attribute backend.
6 7 8 |
# File 'lib/exception_gateway.rb', line 6 def backend @backend end |
#bugsnag_alert_api_key ⇒ Object
configure this to enable bugsnag to log into separate project for alerts
7 8 9 |
# File 'lib/exception_gateway.rb', line 7 def bugsnag_alert_api_key @bugsnag_alert_api_key end |