123456789_123456789_123456789_123456789_123456789_

Class: ActiveSupport::Testing::ErrorReporterAssertions::ErrorCollector::Report

Relationships & Source Files
Inherits: Struct
  • ::Object
Defined in: activesupport/lib/active_support/testing/error_reporter_assertions.rb,
activesupport/lib/active_support/testing/error_reporter_assertions.rb

Instance Attribute Summary

Instance Method Summary

Instance Attribute Details

#context (rw)

[ GitHub ]

  
# File 'activesupport/lib/active_support/testing/error_reporter_assertions.rb', line 10

Report = Struct.new(:error, :handled, :severity, :context, :source, keyword_init: true)

#error (rw)

[ GitHub ]

  
# File 'activesupport/lib/active_support/testing/error_reporter_assertions.rb', line 10

Report = Struct.new(:error, :handled, :severity, :context, :source, keyword_init: true)

#handled? (rw)

Alias for #handled.

[ GitHub ]

  
# File 'activesupport/lib/active_support/testing/error_reporter_assertions.rb', line 12

alias_method :handled?, :handled

#severity (rw)

[ GitHub ]

  
# File 'activesupport/lib/active_support/testing/error_reporter_assertions.rb', line 10

Report = Struct.new(:error, :handled, :severity, :context, :source, keyword_init: true)

#source (rw)

[ GitHub ]

  
# File 'activesupport/lib/active_support/testing/error_reporter_assertions.rb', line 10

Report = Struct.new(:error, :handled, :severity, :context, :source, keyword_init: true)

Instance Method Details

#handled (rw) Also known as: #handled?

[ GitHub ]

  
# File 'activesupport/lib/active_support/testing/error_reporter_assertions.rb', line 10

Report = Struct.new(:error, :handled, :severity, :context, :source, keyword_init: true)