Class: Sus::Output::Backtrace::Location

Inherits:
Struct
  • Object
show all
Defined in:
lib/sus/output/backtrace.rb

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



21
22
23
# File 'lib/sus/output/backtrace.rb', line 21

def label
  @label
end

#linenoObject

Returns the value of attribute lineno

Returns:

  • (Object)

    the current value of lineno



21
22
23
# File 'lib/sus/output/backtrace.rb', line 21

def lineno
  @lineno
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



21
22
23
# File 'lib/sus/output/backtrace.rb', line 21

def path
  @path
end