Module: Expectations::Results::Error
- Includes:
- Expectations::Results
- Defined in:
- lib/expectations/results.rb
Instance Attribute Summary collapse
-
#exception ⇒ Object
Returns the value of attribute exception.
-
#message ⇒ Object
Returns the value of attribute message.
Method Summary
Methods included from Expectations::Results
#error?, #failure?, #fulfilled?, included, #initialize
Instance Attribute Details
#exception ⇒ Object
Returns the value of attribute exception.
62 63 64 |
# File 'lib/expectations/results.rb', line 62 def exception @exception end |
#message ⇒ Object
Returns the value of attribute message.
62 63 64 |
# File 'lib/expectations/results.rb', line 62 def @message end |