class Danger::RequestSources::GitHubSource::ReviewUnsupported
Attributes
body[R]
id[R]
review_json[R]
status[R]
Public Class Methods
new()
click to toggle source
# File lib/danger/request_sources/github/github_review_unsupported.rb, line 7 def initialize; end
Public Instance Methods
fail(message, sticky = true, file = nil, line = nil)
click to toggle source
# File lib/danger/request_sources/github/github_review_unsupported.rb, line 17 def fail(message, sticky = true, file = nil, line = nil); end
markdown(message, file = nil, line = nil)
click to toggle source
# File lib/danger/request_sources/github/github_review_unsupported.rb, line 19 def markdown(message, file = nil, line = nil); end
message(message, sticky = true, file = nil, line = nil)
click to toggle source
# File lib/danger/request_sources/github/github_review_unsupported.rb, line 13 def message(message, sticky = true, file = nil, line = nil); end
start()
click to toggle source
# File lib/danger/request_sources/github/github_review_unsupported.rb, line 9 def start; end
submit()
click to toggle source
# File lib/danger/request_sources/github/github_review_unsupported.rb, line 11 def submit; end
warn(message, sticky = true, file = nil, line = nil)
click to toggle source
# File lib/danger/request_sources/github/github_review_unsupported.rb, line 15 def warn(message, sticky = true, file = nil, line = nil); end