Module: Munster
- Defined in:
- lib/munster.rb,
lib/munster/engine.rb,
lib/munster/version.rb,
lib/munster/base_handler.rb,
lib/munster/install_generator.rb,
lib/munster/jobs/processing_job.rb,
lib/munster/models/received_webhook.rb,
lib/munster/controllers/receive_webhooks_controller.rb
Defined Under Namespace
Classes: BaseHandler, Configuration, Engine, InstallGenerator, ProcessingJob, ReceiveWebhooksController, ReceivedWebhook
Constant Summary
collapse
- VERSION =
"0.4.2"
Class Method Summary
collapse
Class Method Details
.configuration ⇒ Object
9
10
11
|
# File 'lib/munster.rb', line 9
def self.configuration
@configuration ||= Configuration.new
end
|
13
14
15
|
# File 'lib/munster.rb', line 13
def self.configure
yield configuration
end
|