Sha256: 90814b51e93c5f14a8d5d79b34476323b2c34dc85c82d3745808f681855b5e6d

Contents?: true

Size: 528 Bytes

Versions: 46

Compression:

Stored size: 528 Bytes

Contents

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

46 entries across 46 versions & 2 rubygems

Version Path
danger-9.5.1 lib/danger/request_sources/github/github_review_unsupported.rb
danger-9.5.0 lib/danger/request_sources/github/github_review_unsupported.rb
danger-9.4.3 lib/danger/request_sources/github/github_review_unsupported.rb
danger-9.4.2 lib/danger/request_sources/github/github_review_unsupported.rb
danger-9.4.1 lib/danger/request_sources/github/github_review_unsupported.rb
danger-9.4.0 lib/danger/request_sources/github/github_review_unsupported.rb
danger-9.3.2 lib/danger/request_sources/github/github_review_unsupported.rb
danger-additional-logging-0.0.36 lib/danger/request_sources/github/github_review_unsupported.rb
danger-additional-logging-0.0.35 lib/danger/request_sources/github/github_review_unsupported.rb
danger-additional-logging-0.0.34 lib/danger/request_sources/github/github_review_unsupported.rb
danger-additional-logging-0.0.33 lib/danger/request_sources/github/github_review_unsupported.rb
danger-additional-logging-0.0.32 lib/danger/request_sources/github/github_review_unsupported.rb
danger-additional-logging-0.0.31 lib/danger/request_sources/github/github_review_unsupported.rb
danger-additional-logging-0.0.30 lib/danger/request_sources/github/github_review_unsupported.rb
danger-additional-logging-0.0.29 lib/danger/request_sources/github/github_review_unsupported.rb
danger-additional-logging-0.0.28 lib/danger/request_sources/github/github_review_unsupported.rb
danger-additional-logging-0.0.27 lib/danger/request_sources/github/github_review_unsupported.rb
danger-additional-logging-0.0.26 lib/danger/request_sources/github/github_review_unsupported.rb
danger-additional-logging-0.0.25 lib/danger/request_sources/github/github_review_unsupported.rb
danger-additional-logging-0.0.24 lib/danger/request_sources/github/github_review_unsupported.rb