Class: Forall::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/forall.rb

Overview

TODO: Is there a way to provide a default implementation of ‘shrink`? Will it interefere with a user-given implementation?

Instance Attribute Summary collapse

Instance Attribute Details

#max_okObject

Returns the value of attribute max_ok

Returns:

  • (Object)

    the current value of max_ok



24
25
26
# File 'lib/forall.rb', line 24

def max_ok
  @max_ok
end

#max_shrinkObject

Returns the value of attribute max_shrink

Returns:

  • (Object)

    the current value of max_shrink



24
25
26
# File 'lib/forall.rb', line 24

def max_shrink
  @max_shrink
end

#max_skipObject

Returns the value of attribute max_skip

Returns:

  • (Object)

    the current value of max_skip



24
25
26
# File 'lib/forall.rb', line 24

def max_skip
  @max_skip
end