Method: Testbot::Runner::Job#initialize
- Defined in:
- lib/runner/job.rb
#initialize(runner, id, build_id, project, root, type, ruby_interpreter, files) ⇒ Job
Returns a new instance of Job.
11 12 13 14 15 |
# File 'lib/runner/job.rb', line 11 def initialize(runner, id, build_id, project, root, type, ruby_interpreter, files) @runner, @id, @build_id, @project, @root, @type, @ruby_interpreter, @files = runner, id, build_id, project, root, type, ruby_interpreter, files @success = true end |