Class: Forall::Ok
- Inherits:
-
Struct
- Object
- Struct
- Forall::Ok
- Defined in:
- lib/forall.rb
Overview
The property was true of all tested inputs
Instance Attribute Summary collapse
-
#counter ⇒ Object
Returns the value of attribute counter.
-
#seed ⇒ Object
Returns the value of attribute seed.
Instance Attribute Details
#counter ⇒ Object
Returns the value of attribute counter
10 11 12 |
# File 'lib/forall.rb', line 10 def counter @counter end |
#seed ⇒ Object
Returns the value of attribute seed
10 11 12 |
# File 'lib/forall.rb', line 10 def seed @seed end |