Class: RailsLiveDashboard::Exception
- Inherits:
-
Entry
- Object
- ActiveRecord::Base
- ApplicationRecord
- Entry
- RailsLiveDashboard::Exception
- Defined in:
- app/models/rails_live_dashboard/exception.rb
Instance Method Summary collapse
- #backtrace ⇒ Object
- #class_name ⇒ Object
- #file ⇒ Object
- #line ⇒ Object
- #message ⇒ Object
- #occurrences ⇒ Object
Instance Method Details
#backtrace ⇒ Object
27 28 29 |
# File 'app/models/rails_live_dashboard/exception.rb', line 27 def backtrace content.backtrace end |
#class_name ⇒ Object
7 8 9 |
# File 'app/models/rails_live_dashboard/exception.rb', line 7 def class_name content.class end |
#file ⇒ Object
19 20 21 |
# File 'app/models/rails_live_dashboard/exception.rb', line 19 def file content.file end |
#line ⇒ Object
23 24 25 |
# File 'app/models/rails_live_dashboard/exception.rb', line 23 def line content.line end |
#message ⇒ Object
11 12 13 |
# File 'app/models/rails_live_dashboard/exception.rb', line 11 def content. end |
#occurrences ⇒ Object
15 16 17 |
# File 'app/models/rails_live_dashboard/exception.rb', line 15 def occurrences content.occurrences end |