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



337
338
339
# File 'lib/hecks/behaviors/expectations.rb', line 337

def description
  @description
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



337
338
339
# File 'lib/hecks/behaviors/expectations.rb', line 337

def message
  @message
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



337
338
339
# File 'lib/hecks/behaviors/expectations.rb', line 337

def status
  @status
end