Class: ParallelSpecs::CLI::Dashboard::WorkerState

Inherits:
Struct
  • Object
show all
Defined in:
lib/parallel_specs/cli/dashboard.rb

Instance Attribute Summary collapse

Instance Attribute Details

#current_exampleObject

Returns the value of attribute current_example

Returns:

  • (Object)

    the current value of current_example



10
11
12
# File 'lib/parallel_specs/cli/dashboard.rb', line 10

def current_example
  @current_example
end

#example_totalObject

Returns the value of attribute example_total

Returns:

  • (Object)

    the current value of example_total



10
11
12
# File 'lib/parallel_specs/cli/dashboard.rb', line 10

def example_total
  @example_total
end

#exit_statusObject

Returns the value of attribute exit_status

Returns:

  • (Object)

    the current value of exit_status



10
11
12
# File 'lib/parallel_specs/cli/dashboard.rb', line 10

def exit_status
  @exit_status
end

#failedObject

Returns the value of attribute failed

Returns:

  • (Object)

    the current value of failed



10
11
12
# File 'lib/parallel_specs/cli/dashboard.rb', line 10

def failed
  @failed
end

#files_countObject

Returns the value of attribute files_count

Returns:

  • (Object)

    the current value of files_count



10
11
12
# File 'lib/parallel_specs/cli/dashboard.rb', line 10

def files_count
  @files_count
end

#finished_atObject

Returns the value of attribute finished_at

Returns:

  • (Object)

    the current value of finished_at



10
11
12
# File 'lib/parallel_specs/cli/dashboard.rb', line 10

def finished_at
  @finished_at
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



10
11
12
# File 'lib/parallel_specs/cli/dashboard.rb', line 10

def label
  @label
end

#passedObject

Returns the value of attribute passed

Returns:

  • (Object)

    the current value of passed



10
11
12
# File 'lib/parallel_specs/cli/dashboard.rb', line 10

def passed
  @passed
end

#pendingObject

Returns the value of attribute pending

Returns:

  • (Object)

    the current value of pending



10
11
12
# File 'lib/parallel_specs/cli/dashboard.rb', line 10

def pending
  @pending
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



10
11
12
# File 'lib/parallel_specs/cli/dashboard.rb', line 10

def started_at
  @started_at
end