Class: ActiveError::BacktraceLocation

Inherits:
Struct
  • Object
show all
Defined in:
lib/active_error/captor.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#absolute_pathObject

Returns the value of attribute absolute_path

Returns:

  • (Object)

    the current value of absolute_path



4
5
6
# File 'lib/active_error/captor.rb', line 4

def absolute_path
  @absolute_path
end

#base_labelObject

Returns the value of attribute base_label

Returns:

  • (Object)

    the current value of base_label



4
5
6
# File 'lib/active_error/captor.rb', line 4

def base_label
  @base_label
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



4
5
6
# File 'lib/active_error/captor.rb', line 4

def label
  @label
end

#linenoObject

Returns the value of attribute lineno

Returns:

  • (Object)

    the current value of lineno



4
5
6
# File 'lib/active_error/captor.rb', line 4

def lineno
  @lineno
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



4
5
6
# File 'lib/active_error/captor.rb', line 4

def path
  @path
end

#to_sObject

Returns the value of attribute to_s

Returns:

  • (Object)

    the current value of to_s



4
5
6
# File 'lib/active_error/captor.rb', line 4

def to_s
  @to_s
end

Instance Method Details

#inspectObject



6
# File 'lib/active_error/captor.rb', line 6

def inspect = to_s

#spot(exception) ⇒ Object



8
9
# File 'lib/active_error/captor.rb', line 8

def spot(exception)
end