Class: ActiveMutator::Config

Inherits:
Data
  • Object
show all
Defined in:
lib/active_mutator/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accept_survivorsObject (readonly)

Returns the value of attribute accept_survivors

Returns:

  • (Object)

    the current value of accept_survivors



4
5
6
# File 'lib/active_mutator/config.rb', line 4

def accept_survivors
  @accept_survivors
end

#browser_boot_secondsObject (readonly)

Returns the value of attribute browser_boot_seconds

Returns:

  • (Object)

    the current value of browser_boot_seconds



4
5
6
# File 'lib/active_mutator/config.rb', line 4

def browser_boot_seconds
  @browser_boot_seconds
end

#force_baselineObject (readonly)

Returns the value of attribute force_baseline

Returns:

  • (Object)

    the current value of force_baseline



4
5
6
# File 'lib/active_mutator/config.rb', line 4

def force_baseline
  @force_baseline
end

#formatObject (readonly)

Returns the value of attribute format

Returns:

  • (Object)

    the current value of format



4
5
6
# File 'lib/active_mutator/config.rb', line 4

def format
  @format
end

#jobsObject (readonly)

Returns the value of attribute jobs

Returns:

  • (Object)

    the current value of jobs



4
5
6
# File 'lib/active_mutator/config.rb', line 4

def jobs
  @jobs
end

#pathsObject (readonly)

Returns the value of attribute paths

Returns:

  • (Object)

    the current value of paths



4
5
6
# File 'lib/active_mutator/config.rb', line 4

def paths
  @paths
end

#preload_helperObject (readonly)

Returns the value of attribute preload_helper

Returns:

  • (Object)

    the current value of preload_helper



4
5
6
# File 'lib/active_mutator/config.rb', line 4

def preload_helper
  @preload_helper
end

#requiresObject (readonly)

Returns the value of attribute requires

Returns:

  • (Object)

    the current value of requires



4
5
6
# File 'lib/active_mutator/config.rb', line 4

def requires
  @requires
end

#rootObject (readonly)

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



4
5
6
# File 'lib/active_mutator/config.rb', line 4

def root
  @root
end

#serial_patternsObject (readonly)

Returns the value of attribute serial_patterns

Returns:

  • (Object)

    the current value of serial_patterns



4
5
6
# File 'lib/active_mutator/config.rb', line 4

def serial_patterns
  @serial_patterns
end

#sinceObject (readonly)

Returns the value of attribute since

Returns:

  • (Object)

    the current value of since



4
5
6
# File 'lib/active_mutator/config.rb', line 4

def since
  @since
end

#subject_filterObject (readonly)

Returns the value of attribute subject_filter

Returns:

  • (Object)

    the current value of subject_filter



4
5
6
# File 'lib/active_mutator/config.rb', line 4

def subject_filter
  @subject_filter
end

#timeout_factorObject (readonly)

Returns the value of attribute timeout_factor

Returns:

  • (Object)

    the current value of timeout_factor



4
5
6
# File 'lib/active_mutator/config.rb', line 4

def timeout_factor
  @timeout_factor
end

#timeout_floorObject (readonly)

Returns the value of attribute timeout_floor

Returns:

  • (Object)

    the current value of timeout_floor



4
5
6
# File 'lib/active_mutator/config.rb', line 4

def timeout_floor
  @timeout_floor
end