class ConcourseObjects::Resources::BoshIORelease

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/bosh-io-release.rb, line 28
def initialize(options = {})
  super(options.merge(type: "bosh-io-release")) do |this, options|
    yield this, options if block_given?
  end
end