Module: DeploymentNotifications
- Defined in:
- lib/deployment_notifications.rb,
lib/deployment_notifications/railtie.rb,
lib/deployment_notifications/version.rb,
lib/deployment_notifications/notifier.rb
Defined Under Namespace
Classes: Error, Notifier, Railtie
Constant Summary collapse
- VERSION =
"0.1.3"
Class Attribute Summary collapse
-
.channel ⇒ Object
Returns the value of attribute channel.
-
.webhook ⇒ Object
Returns the value of attribute webhook.
Class Method Summary collapse
Class Attribute Details
.channel ⇒ Object
Returns the value of attribute channel.
9 10 11 |
# File 'lib/deployment_notifications.rb', line 9 def channel @channel end |
.webhook ⇒ Object
Returns the value of attribute webhook.
9 10 11 |
# File 'lib/deployment_notifications.rb', line 9 def webhook @webhook end |
Class Method Details
.configure {|_self| ... } ⇒ Object
11 12 13 |
# File 'lib/deployment_notifications.rb', line 11 def configure yield self end |