Class: Testa::Result
- Inherits:
-
Struct
- Object
- Struct
- Testa::Result
- Defined in:
- lib/testa.rb
Instance Attribute Summary collapse
-
#exception ⇒ Object
Returns the value of attribute exception.
-
#status ⇒ Object
Returns the value of attribute status.
-
#test ⇒ Object
Returns the value of attribute test.
Instance Attribute Details
#exception ⇒ Object
Returns the value of attribute exception
57 58 59 |
# File 'lib/testa.rb', line 57 def exception @exception end |
#status ⇒ Object
Returns the value of attribute status
57 58 59 |
# File 'lib/testa.rb', line 57 def status @status end |
#test ⇒ Object
Returns the value of attribute test
57 58 59 |
# File 'lib/testa.rb', line 57 def test @test end |