Class: Hecks::Behaviors::Expectations::Result
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Behaviors::Expectations::Result
- Defined in:
- lib/hecks/behaviors/expectations.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#message ⇒ Object
Returns the value of attribute message.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
277 278 279 |
# File 'lib/hecks/behaviors/expectations.rb', line 277 def description @description end |
#message ⇒ Object
Returns the value of attribute message
277 278 279 |
# File 'lib/hecks/behaviors/expectations.rb', line 277 def @message end |
#status ⇒ Object
Returns the value of attribute status
277 278 279 |
# File 'lib/hecks/behaviors/expectations.rb', line 277 def status @status end |