Class: AppTester::Test::BacktraceObject

Inherits:
Struct
  • Object
show all
Defined in:
lib/app-tester/test.rb

Instance Attribute Summary collapse

Instance Attribute Details

#line_numberObject

Returns the value of attribute line_number

Returns:

  • (Object)

    the current value of line_number



48
49
50
# File 'lib/app-tester/test.rb', line 48

def line_number
  @line_number
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



48
49
50
# File 'lib/app-tester/test.rb', line 48

def path
  @path
end

#whereObject

Returns the value of attribute where

Returns:

  • (Object)

    the current value of where



48
49
50
# File 'lib/app-tester/test.rb', line 48

def where
  @where
end