Class: ActiveError::BacktraceLocation
- Inherits:
-
Struct
- Object
- Struct
- ActiveError::BacktraceLocation
- Defined in:
- lib/active_error/captor.rb
Instance Attribute Summary collapse
-
#absolute_path ⇒ Object
Returns the value of attribute absolute_path.
-
#base_label ⇒ Object
Returns the value of attribute base_label.
-
#label ⇒ Object
Returns the value of attribute label.
-
#lineno ⇒ Object
Returns the value of attribute lineno.
-
#path ⇒ Object
Returns the value of attribute path.
-
#to_s ⇒ Object
Returns the value of attribute to_s.
Instance Method Summary collapse
Instance Attribute Details
#absolute_path ⇒ Object
Returns the value of attribute absolute_path
4 5 6 |
# File 'lib/active_error/captor.rb', line 4 def absolute_path @absolute_path end |
#base_label ⇒ Object
Returns the value of attribute base_label
4 5 6 |
# File 'lib/active_error/captor.rb', line 4 def base_label @base_label end |
#label ⇒ Object
Returns the value of attribute label
4 5 6 |
# File 'lib/active_error/captor.rb', line 4 def label @label end |
#lineno ⇒ Object
Returns the value of attribute lineno
4 5 6 |
# File 'lib/active_error/captor.rb', line 4 def lineno @lineno end |
#path ⇒ Object
Returns the value of attribute path
4 5 6 |
# File 'lib/active_error/captor.rb', line 4 def path @path end |
#to_s ⇒ Object
Returns the value of attribute to_s
4 5 6 |
# File 'lib/active_error/captor.rb', line 4 def to_s @to_s end |
Instance Method Details
#inspect ⇒ Object
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 |