123456789_123456789_123456789_123456789_123456789_

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

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

::Struct - Inherited

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)