class ConcourseObjects::Resources::HipChatNotification
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/hipchat-notification.rb, line 55 def initialize(options = {}) super(options.merge(type: "hipchat-notification")) end