class ConcourseObjects::Resources::SlackNotification
Constants
- GITHUB_OWNER
- GITHUB_REPOSITORY
- GITHUB_VERSION
- RESOURCE_LICENSE
- RESOURCE_NAME
Public Class Methods
new(options = {})
click to toggle source
Calls superclass method
ConcourseObjects::Object::new
# File lib/concourse-objects/resources/slack-notification.rb, line 82 def initialize(options = {}) super(options.merge(type: "slack-notification")) end