Class: RSpec::Specify::Notification

Inherits:
Struct
  • Object
show all
Defined in:
lib/specify/rspec/notification.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exampleObject

Returns the value of attribute example

Returns:

  • (Object)

    the current value of example



3
4
5
# File 'lib/specify/rspec/notification.rb', line 3

def example
  @example
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



3
4
5
# File 'lib/specify/rspec/notification.rb', line 3

def message
  @message
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



3
4
5
# File 'lib/specify/rspec/notification.rb', line 3

def options
  @options
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



3
4
5
# File 'lib/specify/rspec/notification.rb', line 3

def type
  @type
end