Class: Pork::Executor
- Inherits:
-
Struct
- Object
- Struct
- Pork::Executor
- Includes:
- Context
- Defined in:
- lib/pork/executor.rb
Instance Attribute Summary collapse
-
#pork_description ⇒ Object
Returns the value of attribute pork_description.
-
#pork_stat ⇒ Object
Returns the value of attribute pork_stat.
Attributes included from Imp
Method Summary
Methods included from Imp
after, before, copy, describe, execute, paste, would
Methods included from Isolate
[], all_paths, all_tests, by_groups, by_source
Methods included from Should
Methods included from Parallel
Methods included from Shuffled
Methods included from Sequential
Instance Attribute Details
#pork_description ⇒ Object
Returns the value of attribute pork_description
7 8 9 |
# File 'lib/pork/executor.rb', line 7 def pork_description @pork_description end |
#pork_stat ⇒ Object
Returns the value of attribute pork_stat
7 8 9 |
# File 'lib/pork/executor.rb', line 7 def pork_stat @pork_stat end |