123456789_123456789_123456789_123456789_123456789_

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

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • Object
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.

[ GitHub ]

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

MessageNotification = Struct.new(:message)