Class: ExceptionHunter::ErrorPresenter::BacktraceLine

Inherits:
Struct
  • Object
show all
Defined in:
app/presenters/exception_hunter/error_presenter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#file_nameObject

Returns the value of attribute file_name

Returns:

  • (Object)

    the current value of file_name



6
7
8
# File 'app/presenters/exception_hunter/error_presenter.rb', line 6

def file_name
  @file_name
end

#line_numberObject

Returns the value of attribute line_number

Returns:

  • (Object)

    the current value of line_number



6
7
8
# File 'app/presenters/exception_hunter/error_presenter.rb', line 6

def line_number
  @line_number
end

#method_callObject

Returns the value of attribute method_call

Returns:

  • (Object)

    the current value of method_call



6
7
8
# File 'app/presenters/exception_hunter/error_presenter.rb', line 6

def method_call
  @method_call
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



6
7
8
# File 'app/presenters/exception_hunter/error_presenter.rb', line 6

def path
  @path
end