Class: AppTester::Test::BacktraceObject
- Inherits:
-
Struct
- Object
- Struct
- AppTester::Test::BacktraceObject
- Defined in:
- lib/app-tester/test.rb
Instance Attribute Summary collapse
-
#line_number ⇒ Object
Returns the value of attribute line_number.
-
#path ⇒ Object
Returns the value of attribute path.
-
#where ⇒ Object
Returns the value of attribute where.
Instance Attribute Details
#line_number ⇒ Object
Returns the value of attribute line_number
48 49 50 |
# File 'lib/app-tester/test.rb', line 48 def line_number @line_number end |
#path ⇒ Object
Returns the value of attribute path
48 49 50 |
# File 'lib/app-tester/test.rb', line 48 def path @path end |
#where ⇒ Object
Returns the value of attribute where
48 49 50 |
# File 'lib/app-tester/test.rb', line 48 def where @where end |