Class: RSpec::Core::Notifications::MessageNotification
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Struct
|
|
Instance Chain:
self,
Struct
|
|
Inherits: |
Struct
|
Defined in: | rspec-core/lib/rspec/core/notifications.rb |
Overview
The MessageNotification
encapsulates generic messages that the reporter sends to formatters.
Instance Attribute Summary
-
#message
rw
The
MessageNotification
encapsulates generic messages that the reporter sends to formatters.
Instance Attribute Details
#message (rw)
The MessageNotification
encapsulates generic messages that the reporter sends to formatters.
# File 'rspec-core/lib/rspec/core/notifications.rb', line 264
MessageNotification = Struct.new(: )