Class: Forall::Ok

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

Overview

The property was true of all tested inputs

Instance Attribute Summary collapse

Instance Attribute Details

#counterObject

Returns the value of attribute counter

Returns:

  • (Object)

    the current value of counter



10
11
12
# File 'lib/forall.rb', line 10

def counter
  @counter
end

#seedObject

Returns the value of attribute seed

Returns:

  • (Object)

    the current value of seed



10
11
12
# File 'lib/forall.rb', line 10

def seed
  @seed
end