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

Class Method Summary collapse

Class Attribute Details

.channelObject

Returns the value of attribute channel.



9
10
11
# File 'lib/deployment_notifications.rb', line 9

def channel
  @channel
end

.webhookObject

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

Yields:

  • (_self)

Yield Parameters:



11
12
13
# File 'lib/deployment_notifications.rb', line 11

def configure
  yield self
end