Class: Danger::RequestSources::GitHubSource::ReviewUnsupported
- Inherits:
-
Object
- Object
- Danger::RequestSources::GitHubSource::ReviewUnsupported
- Defined in:
- lib/danger/request_sources/github/github_review_unsupported.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#review_json ⇒ Object
readonly
Returns the value of attribute review_json.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Method Summary collapse
- #fail(message, sticky = true, file = nil, line = nil) ⇒ Object
-
#initialize ⇒ ReviewUnsupported
constructor
A new instance of ReviewUnsupported.
- #markdown(message, file = nil, line = nil) ⇒ Object
- #message(message, sticky = true, file = nil, line = nil) ⇒ Object
- #start ⇒ Object
- #submit ⇒ Object
- #warn(message, sticky = true, file = nil, line = nil) ⇒ Object
Constructor Details
#initialize ⇒ ReviewUnsupported
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
#body ⇒ Object (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 |
#id ⇒ Object (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_json ⇒ Object (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 |
#status ⇒ Object (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(, 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(, 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 (, sticky = true, file = nil, line = nil); end |
#start ⇒ Object
11 |
# File 'lib/danger/request_sources/github/github_review_unsupported.rb', line 11 def start; end |
#submit ⇒ Object
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(, sticky = true, file = nil, line = nil); end |