Repository URL to install this package:
module Danger class RepoInfo attr_reader :slug, :id def initialize(slug, id) @slug = slug @id = id end end end