Class: Insika::Soak::Runner::Failure
- Inherits:
-
Data
- Object
- Data
- Insika::Soak::Runner::Failure
- Defined in:
- lib/insika/soak/runner.rb
Overview
One failed precondition, named (P1..P5 per the techspec ยง7.2).
Instance Attribute Summary collapse
-
#check ⇒ Object
readonly
Returns the value of attribute check.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Attribute Details
#check ⇒ Object (readonly)
Returns the value of attribute check
21 22 23 |
# File 'lib/insika/soak/runner.rb', line 21 def check @check end |
#message ⇒ Object (readonly)
Returns the value of attribute message
21 22 23 |
# File 'lib/insika/soak/runner.rb', line 21 def @message end |