Class: ActiveSupport::Testing::ErrorReporterAssertions::ErrorCollector::Report
- Defined in:
 - activesupport/lib/active_support/testing/error_reporter_assertions.rb,
activesupport/lib/active_support/testing/error_reporter_assertions.rb 
Instance Attribute Summary collapse
- 
  
    
      #context  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute context.
 - 
  
    
      #error  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute error.
 - 
  
    
      #handled  ⇒ Object 
    
    
      (also: #handled?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute handled.
 - 
  
    
      #severity  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute severity.
 - 
  
    
      #source  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute source.
 
Method Summary
Methods inherited from Struct
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context
      10 11 12  | 
    
      # File 'activesupport/lib/active_support/testing/error_reporter_assertions.rb', line 10 def context @context end  | 
  
#error ⇒ Object
Returns the value of attribute error
      10 11 12  | 
    
      # File 'activesupport/lib/active_support/testing/error_reporter_assertions.rb', line 10 def error @error end  | 
  
#handled ⇒ Object Also known as: handled?
Returns the value of attribute handled
      10 11 12  | 
    
      # File 'activesupport/lib/active_support/testing/error_reporter_assertions.rb', line 10 def handled @handled end  | 
  
#severity ⇒ Object
Returns the value of attribute severity
      10 11 12  | 
    
      # File 'activesupport/lib/active_support/testing/error_reporter_assertions.rb', line 10 def severity @severity end  | 
  
#source ⇒ Object
Returns the value of attribute source
      10 11 12  | 
    
      # File 'activesupport/lib/active_support/testing/error_reporter_assertions.rb', line 10 def source @source end  |