Class: Hecks::Behaviors::Expectations::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/hecks/behaviors/expectations.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



277
278
279
# File 'lib/hecks/behaviors/expectations.rb', line 277

def description
  @description
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



277
278
279
# File 'lib/hecks/behaviors/expectations.rb', line 277

def message
  @message
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



277
278
279
# File 'lib/hecks/behaviors/expectations.rb', line 277

def status
  @status
end