Class: Danger::RequestSources::GitHubSource::ReviewUnsupported

Inherits:
Object
  • Object
show all
Defined in:
lib/danger/request_sources/github/github_review_unsupported.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeReviewUnsupported

Returns a new instance of ReviewUnsupported.



8
# File 'lib/danger/request_sources/github/github_review_unsupported.rb', line 8

def initialize; end

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body.



6
7
8
# File 'lib/danger/request_sources/github/github_review_unsupported.rb', line 6

def body
  @body
end

#idObject (readonly)

Returns the value of attribute id.



6
7
8
# File 'lib/danger/request_sources/github/github_review_unsupported.rb', line 6

def id
  @id
end

#review_jsonObject (readonly)

Returns the value of attribute review_json.



6
7
8
# File 'lib/danger/request_sources/github/github_review_unsupported.rb', line 6

def review_json
  @review_json
end

#statusObject (readonly)

Returns the value of attribute status.



6
7
8
# File 'lib/danger/request_sources/github/github_review_unsupported.rb', line 6

def status
  @status
end

Instance Method Details

#fail(message, sticky = true, file = nil, line = nil) ⇒ Object



18
# File 'lib/danger/request_sources/github/github_review_unsupported.rb', line 18

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

#markdown(message, file = nil, line = nil) ⇒ Object



20
# File 'lib/danger/request_sources/github/github_review_unsupported.rb', line 20

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

#message(message, sticky = true, file = nil, line = nil) ⇒ Object



14
# File 'lib/danger/request_sources/github/github_review_unsupported.rb', line 14

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

#startObject



10
# File 'lib/danger/request_sources/github/github_review_unsupported.rb', line 10

def start; end

#submitObject



12
# File 'lib/danger/request_sources/github/github_review_unsupported.rb', line 12

def submit; end

#warn(message, sticky = true, file = nil, line = nil) ⇒ Object



16
# File 'lib/danger/request_sources/github/github_review_unsupported.rb', line 16

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