Module: ExceptionNotificationServer
- Defined in:
- lib/exception_notification_server.rb,
lib/exception_notification_server/engine.rb,
lib/exception_notification_server/version.rb,
lib/generators/exception_notification_server/install_generator.rb
Defined Under Namespace
Modules: Generators
Classes: Configuration, Engine
Constant Summary
collapse
- VERSION =
'0.0.11'
Class Method Summary
collapse
Class Method Details
.configuration ⇒ Object
10
11
12
|
# File 'lib/exception_notification_server.rb', line 10
def self.configuration
@configuration ||= ExceptionNotificationServer::Configuration.new
end
|
6
7
8
|
# File 'lib/exception_notification_server.rb', line 6
def self.configure(&_block)
yield configuration
end
|