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
337 338 339 |
# File 'lib/hecks/behaviors/expectations.rb', line 337 def description @description end |
#message ⇒ Object
Returns the value of attribute message
337 338 339 |
# File 'lib/hecks/behaviors/expectations.rb', line 337 def @message end |
#status ⇒ Object
Returns the value of attribute status
337 338 339 |
# File 'lib/hecks/behaviors/expectations.rb', line 337 def status @status end |