Class: Forall::Fail
- Inherits:
-
Struct
- Object
- Struct
- Forall::Fail
- Defined in:
- lib/forall.rb
Overview
An error occurred while checking the property
Instance Attribute Summary collapse
-
#counter ⇒ Object
Returns the value of attribute counter.
-
#counterexample ⇒ Object
Returns the value of attribute counterexample.
-
#error ⇒ Object
Returns the value of attribute error.
-
#seed ⇒ Object
Returns the value of attribute seed.
Instance Attribute Details
#counter ⇒ Object
Returns the value of attribute counter
19 20 21 |
# File 'lib/forall.rb', line 19 def counter @counter end |
#counterexample ⇒ Object
Returns the value of attribute counterexample
19 20 21 |
# File 'lib/forall.rb', line 19 def counterexample @counterexample end |
#error ⇒ Object
Returns the value of attribute error
19 20 21 |
# File 'lib/forall.rb', line 19 def error @error end |
#seed ⇒ Object
Returns the value of attribute seed
19 20 21 |
# File 'lib/forall.rb', line 19 def seed @seed end |