Class: ExceptionHunter::ErrorPresenter::BacktraceLine
- Inherits:
-
Struct
- Object
- Struct
- ExceptionHunter::ErrorPresenter::BacktraceLine
- Defined in:
- app/presenters/exception_hunter/error_presenter.rb
Instance Attribute Summary collapse
-
#file_name ⇒ Object
Returns the value of attribute file_name.
-
#line_number ⇒ Object
Returns the value of attribute line_number.
-
#method_call ⇒ Object
Returns the value of attribute method_call.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#file_name ⇒ Object
Returns the value of attribute file_name
6 7 8 |
# File 'app/presenters/exception_hunter/error_presenter.rb', line 6 def file_name @file_name end |
#line_number ⇒ Object
Returns the value of attribute line_number
6 7 8 |
# File 'app/presenters/exception_hunter/error_presenter.rb', line 6 def line_number @line_number end |
#method_call ⇒ Object
Returns the value of attribute method_call
6 7 8 |
# File 'app/presenters/exception_hunter/error_presenter.rb', line 6 def method_call @method_call end |
#path ⇒ Object
Returns the value of attribute path
6 7 8 |
# File 'app/presenters/exception_hunter/error_presenter.rb', line 6 def path @path end |