class ConcourseObjects::Resources::Telegram

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/telegram.rb, line 36
def initialize(options = {})
  super(options.merge(type: "telegram"))
end