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.



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

def initialize; end

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body.



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

def body
  @body
end

#idObject (readonly)

Returns the value of attribute id.



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

def id
  @id
end

#review_jsonObject (readonly)

Returns the value of attribute review_json.



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

def review_json
  @review_json
end

#statusObject (readonly)

Returns the value of attribute status.



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

def status
  @status
end

Instance Method Details

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



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

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

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



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

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

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



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

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

#startObject



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

def start; end

#submitObject



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

def submit; end

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



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

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