Class: IssueMonitor::Result
- Inherits:
-
Struct
- Object
- Struct
- IssueMonitor::Result
- Defined in:
- lib/ci_helper/issue_monitor.rb
Instance Attribute Summary collapse
-
#branch_name ⇒ Object
Returns the value of attribute branch_name.
-
#commit_hash ⇒ Object
Returns the value of attribute commit_hash.
-
#console_link ⇒ Object
Returns the value of attribute console_link.
-
#failures ⇒ Object
Returns the value of attribute failures.
-
#issue_number ⇒ Object
Returns the value of attribute issue_number.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#branch_name ⇒ Object
Returns the value of attribute branch_name
6 7 8 |
# File 'lib/ci_helper/issue_monitor.rb', line 6 def branch_name @branch_name end |
#commit_hash ⇒ Object
Returns the value of attribute commit_hash
6 7 8 |
# File 'lib/ci_helper/issue_monitor.rb', line 6 def commit_hash @commit_hash end |
#console_link ⇒ Object
Returns the value of attribute console_link
6 7 8 |
# File 'lib/ci_helper/issue_monitor.rb', line 6 def console_link @console_link end |
#failures ⇒ Object
Returns the value of attribute failures
6 7 8 |
# File 'lib/ci_helper/issue_monitor.rb', line 6 def failures @failures end |
#issue_number ⇒ Object
Returns the value of attribute issue_number
6 7 8 |
# File 'lib/ci_helper/issue_monitor.rb', line 6 def issue_number @issue_number end |
#status ⇒ Object
Returns the value of attribute status
6 7 8 |
# File 'lib/ci_helper/issue_monitor.rb', line 6 def status @status end |