Class: Sus::Output::Backtrace::Location
- Inherits:
-
Struct
- Object
- Struct
- Sus::Output::Backtrace::Location
- Defined in:
- lib/sus/output/backtrace.rb
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
21 22 23 |
# File 'lib/sus/output/backtrace.rb', line 21 def label @label end |
#lineno ⇒ Object
Returns the value of attribute lineno
21 22 23 |
# File 'lib/sus/output/backtrace.rb', line 21 def lineno @lineno end |
#path ⇒ Object
Returns the value of attribute path
21 22 23 |
# File 'lib/sus/output/backtrace.rb', line 21 def path @path end |