Class: ActiveMutator::Config
- Inherits:
-
Data
- Object
- Data
- ActiveMutator::Config
- Defined in:
- lib/active_mutator/config.rb
Instance Attribute Summary collapse
-
#accept_survivors ⇒ Object
readonly
Returns the value of attribute accept_survivors.
-
#browser_boot_seconds ⇒ Object
readonly
Returns the value of attribute browser_boot_seconds.
-
#force_baseline ⇒ Object
readonly
Returns the value of attribute force_baseline.
-
#format ⇒ Object
readonly
Returns the value of attribute format.
-
#jobs ⇒ Object
readonly
Returns the value of attribute jobs.
-
#paths ⇒ Object
readonly
Returns the value of attribute paths.
-
#preload_helper ⇒ Object
readonly
Returns the value of attribute preload_helper.
-
#requires ⇒ Object
readonly
Returns the value of attribute requires.
-
#root ⇒ Object
readonly
Returns the value of attribute root.
-
#serial_patterns ⇒ Object
readonly
Returns the value of attribute serial_patterns.
-
#since ⇒ Object
readonly
Returns the value of attribute since.
-
#subject_filter ⇒ Object
readonly
Returns the value of attribute subject_filter.
-
#timeout_factor ⇒ Object
readonly
Returns the value of attribute timeout_factor.
-
#timeout_floor ⇒ Object
readonly
Returns the value of attribute timeout_floor.
Instance Attribute Details
#accept_survivors ⇒ Object (readonly)
Returns the value of attribute accept_survivors
4 5 6 |
# File 'lib/active_mutator/config.rb', line 4 def accept_survivors @accept_survivors end |
#browser_boot_seconds ⇒ Object (readonly)
Returns the value of attribute browser_boot_seconds
4 5 6 |
# File 'lib/active_mutator/config.rb', line 4 def browser_boot_seconds @browser_boot_seconds end |
#force_baseline ⇒ Object (readonly)
Returns the value of attribute force_baseline
4 5 6 |
# File 'lib/active_mutator/config.rb', line 4 def force_baseline @force_baseline end |
#format ⇒ Object (readonly)
Returns the value of attribute format
4 5 6 |
# File 'lib/active_mutator/config.rb', line 4 def format @format end |
#jobs ⇒ Object (readonly)
Returns the value of attribute jobs
4 5 6 |
# File 'lib/active_mutator/config.rb', line 4 def jobs @jobs end |
#paths ⇒ Object (readonly)
Returns the value of attribute paths
4 5 6 |
# File 'lib/active_mutator/config.rb', line 4 def paths @paths end |
#preload_helper ⇒ Object (readonly)
Returns the value of attribute preload_helper
4 5 6 |
# File 'lib/active_mutator/config.rb', line 4 def preload_helper @preload_helper end |
#requires ⇒ Object (readonly)
Returns the value of attribute requires
4 5 6 |
# File 'lib/active_mutator/config.rb', line 4 def requires @requires end |
#root ⇒ Object (readonly)
Returns the value of attribute root
4 5 6 |
# File 'lib/active_mutator/config.rb', line 4 def root @root end |
#serial_patterns ⇒ Object (readonly)
Returns the value of attribute serial_patterns
4 5 6 |
# File 'lib/active_mutator/config.rb', line 4 def serial_patterns @serial_patterns end |
#since ⇒ Object (readonly)
Returns the value of attribute since
4 5 6 |
# File 'lib/active_mutator/config.rb', line 4 def since @since end |
#subject_filter ⇒ Object (readonly)
Returns the value of attribute subject_filter
4 5 6 |
# File 'lib/active_mutator/config.rb', line 4 def subject_filter @subject_filter end |
#timeout_factor ⇒ Object (readonly)
Returns the value of attribute timeout_factor
4 5 6 |
# File 'lib/active_mutator/config.rb', line 4 def timeout_factor @timeout_factor end |
#timeout_floor ⇒ Object (readonly)
Returns the value of attribute timeout_floor
4 5 6 |
# File 'lib/active_mutator/config.rb', line 4 def timeout_floor @timeout_floor end |