Class: ParallelSpecs::CLI::Dashboard::WorkerState
- Inherits:
-
Struct
- Object
- Struct
- ParallelSpecs::CLI::Dashboard::WorkerState
- Defined in:
- lib/parallel_specs/cli/dashboard.rb
Instance Attribute Summary collapse
-
#current_example ⇒ Object
Returns the value of attribute current_example.
-
#example_total ⇒ Object
Returns the value of attribute example_total.
-
#exit_status ⇒ Object
Returns the value of attribute exit_status.
-
#failed ⇒ Object
Returns the value of attribute failed.
-
#files_count ⇒ Object
Returns the value of attribute files_count.
-
#finished_at ⇒ Object
Returns the value of attribute finished_at.
-
#label ⇒ Object
Returns the value of attribute label.
-
#passed ⇒ Object
Returns the value of attribute passed.
-
#pending ⇒ Object
Returns the value of attribute pending.
-
#started_at ⇒ Object
Returns the value of attribute started_at.
Instance Attribute Details
#current_example ⇒ Object
Returns the value of attribute current_example
10 11 12 |
# File 'lib/parallel_specs/cli/dashboard.rb', line 10 def current_example @current_example end |
#example_total ⇒ Object
Returns the value of attribute example_total
10 11 12 |
# File 'lib/parallel_specs/cli/dashboard.rb', line 10 def example_total @example_total end |
#exit_status ⇒ Object
Returns the value of attribute exit_status
10 11 12 |
# File 'lib/parallel_specs/cli/dashboard.rb', line 10 def exit_status @exit_status end |
#failed ⇒ Object
Returns the value of attribute failed
10 11 12 |
# File 'lib/parallel_specs/cli/dashboard.rb', line 10 def failed @failed end |
#files_count ⇒ Object
Returns the value of attribute files_count
10 11 12 |
# File 'lib/parallel_specs/cli/dashboard.rb', line 10 def files_count @files_count end |
#finished_at ⇒ Object
Returns the value of attribute finished_at
10 11 12 |
# File 'lib/parallel_specs/cli/dashboard.rb', line 10 def finished_at @finished_at end |
#label ⇒ Object
Returns the value of attribute label
10 11 12 |
# File 'lib/parallel_specs/cli/dashboard.rb', line 10 def label @label end |
#passed ⇒ Object
Returns the value of attribute passed
10 11 12 |
# File 'lib/parallel_specs/cli/dashboard.rb', line 10 def passed @passed end |
#pending ⇒ Object
Returns the value of attribute pending
10 11 12 |
# File 'lib/parallel_specs/cli/dashboard.rb', line 10 def pending @pending end |
#started_at ⇒ Object
Returns the value of attribute started_at
10 11 12 |
# File 'lib/parallel_specs/cli/dashboard.rb', line 10 def started_at @started_at end |