Sha256: 3b46bb4e1debe1c5de2537a77db22d3c06a17d353e1892df886a8bf5310eef4b

Contents?: true

Size: 544 Bytes

Versions: 3

Compression:

Stored size: 544 Bytes

Contents

# coding: utf-8
module Danger
  module RequestSources
    module GitHubSource
      class ReviewUnsupported
        attr_reader :id, :body, :status, :review_json

        def initialize; end

        def start; end

        def submit; end

        def message(message, sticky = true, file = nil, line = nil); end

        def warn(message, sticky = true, file = nil, line = nil); end

        def fail(message, sticky = true, file = nil, line = nil); end

        def markdown(message, file = nil, line = nil); end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
danger-4.3.1 lib/danger/request_sources/github/github_review_unsupported.rb
danger-4.3.0 lib/danger/request_sources/github/github_review_unsupported.rb
danger-4.2.2 lib/danger/request_sources/github/github_review_unsupported.rb