Class: RSpec::Specify::Notification
- Inherits:
-
Struct
- Object
- Struct
- RSpec::Specify::Notification
- Defined in:
- lib/specify/rspec/notification.rb
Overview
In RSpec, notifications are value objects that are passed to formatters to provide those formatters with information about a particular event.
Instance Attribute Summary collapse
-
#example ⇒ Object
Returns the value of attribute example.
-
#message ⇒ Object
Returns the value of attribute message.
-
#options ⇒ Object
Returns the value of attribute options.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#example ⇒ Object
Returns the value of attribute example
6 7 8 |
# File 'lib/specify/rspec/notification.rb', line 6 def example @example end |
#message ⇒ Object
Returns the value of attribute message
6 7 8 |
# File 'lib/specify/rspec/notification.rb', line 6 def end |
#options ⇒ Object
Returns the value of attribute options
6 7 8 |
# File 'lib/specify/rspec/notification.rb', line 6 def end |
#type ⇒ Object
Returns the value of attribute type
6 7 8 |
# File 'lib/specify/rspec/notification.rb', line 6 def type @type end |