Class: ExceptionGateway::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/exception_gateway.rb

Instance Attribute Summary collapse

Instance Attribute Details

#backendObject

Returns the value of attribute backend.



6
7
8
# File 'lib/exception_gateway.rb', line 6

def backend
  @backend
end

#bugsnag_alert_api_keyObject

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