Class: Minitest::Heat::Hit::Trace
- Inherits:
-
Struct
- Object
- Struct
- Minitest::Heat::Hit::Trace
- Defined in:
- lib/minitest/heat/hit.rb
Instance Attribute Summary collapse
-
#line_number ⇒ Object
Returns the value of attribute line_number.
-
#locations ⇒ Object
Returns the value of attribute locations.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#line_number ⇒ Object
Returns the value of attribute line_number
10 11 12 |
# File 'lib/minitest/heat/hit.rb', line 10 def line_number @line_number end |
#locations ⇒ Object
Returns the value of attribute locations
10 11 12 |
# File 'lib/minitest/heat/hit.rb', line 10 def locations @locations end |
#type ⇒ Object
Returns the value of attribute type
10 11 12 |
# File 'lib/minitest/heat/hit.rb', line 10 def type @type end |