class ConcourseObjects::Resources::GitHubRelease
Constants
- GITHUB_OWNER
- GITHUB_REPOSITORY
- GITHUB_VERSION
- RESOURCE_LICENSE
- RESOURCE_NAME
Public Class Methods
new(options = {}) { |this, options| ... }
click to toggle source
Calls superclass method
ConcourseObjects::Object::new
# File lib/concourse-objects/resources/github-release.rb, line 73 def initialize(options = {}) super(options.merge(type: "github-release")) do |this, options| yield this, options if block_given? end end