Class: IssueMonitor::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/ci_helper/issue_monitor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#branch_nameObject

Returns the value of attribute branch_name

Returns:

  • (Object)

    the current value of branch_name



6
7
8
# File 'lib/ci_helper/issue_monitor.rb', line 6

def branch_name
  @branch_name
end

#commit_hashObject

Returns the value of attribute commit_hash

Returns:

  • (Object)

    the current value of commit_hash



6
7
8
# File 'lib/ci_helper/issue_monitor.rb', line 6

def commit_hash
  @commit_hash
end

Returns the value of attribute console_link

Returns:

  • (Object)

    the current value of console_link



6
7
8
# File 'lib/ci_helper/issue_monitor.rb', line 6

def console_link
  @console_link
end

#failuresObject

Returns the value of attribute failures

Returns:

  • (Object)

    the current value of failures



6
7
8
# File 'lib/ci_helper/issue_monitor.rb', line 6

def failures
  @failures
end

#issue_numberObject

Returns the value of attribute issue_number

Returns:

  • (Object)

    the current value of issue_number



6
7
8
# File 'lib/ci_helper/issue_monitor.rb', line 6

def issue_number
  @issue_number
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



6
7
8
# File 'lib/ci_helper/issue_monitor.rb', line 6

def status
  @status
end