Class: RSpec::Core::Notifications::MessageNotification

Inherits:
Struct
  • Object
show all
Defined in:
lib/rspec/core/notifications.rb

Overview

The MessageNotification encapsulates generic messages that the reporter sends to formatters.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

the message

Returns:

  • (String)

    the current value of message



264
265
266
# File 'lib/rspec/core/notifications.rb', line 264

def message
  @message
end