class ParallelCucumber::Job

Constants

DIE
PRECHECK
RUN_TESTS

Attributes

details[RW]
type[RW]

Public Class Methods

new(type, details = nil) click to toggle source
# File lib/parallel_cucumber/job.rb, line 8
def initialize(type, details = nil)
  @type = type
  @details = details
end