Class: Sus::Output::Backtrace::Location
- Inherits:
-
Struct
- Object
- Struct
- Sus::Output::Backtrace::Location
- Defined in:
- lib/sus/output/backtrace.rb
Overview
Represents a location in a backtrace.
Instance Attribute Summary collapse
-
#label ⇒ Object
Returns the value of attribute label.
-
#lineno ⇒ Object
Returns the value of attribute lineno.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#label ⇒ Object
Returns the value of attribute label
29 30 31 |
# File 'lib/sus/output/backtrace.rb', line 29 def label @label end |
#lineno ⇒ Object
Returns the value of attribute lineno
29 30 31 |
# File 'lib/sus/output/backtrace.rb', line 29 def lineno @lineno end |
#path ⇒ Object
Returns the value of attribute path
29 30 31 |
# File 'lib/sus/output/backtrace.rb', line 29 def path @path end |