Class: TestBoosters::SplitConfiguration::Thread
- Inherits:
-
Struct
- Object
- Struct
- TestBoosters::SplitConfiguration::Thread
- Defined in:
- lib/test_boosters/split_configuration.rb
Instance Attribute Summary collapse
-
#files ⇒ Object
Returns the value of attribute files.
-
#thread_index ⇒ Object
Returns the value of attribute thread_index.
Instance Attribute Details
#files ⇒ Object
Returns the value of attribute files
4 5 6 |
# File 'lib/test_boosters/split_configuration.rb', line 4 def files @files end |
#thread_index ⇒ Object
Returns the value of attribute thread_index
4 5 6 |
# File 'lib/test_boosters/split_configuration.rb', line 4 def thread_index @thread_index end |