Class: Minitest::Heat::Hit::Trace

Inherits:
Struct
  • Object
show all
Defined in:
lib/minitest/heat/hit.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



10
11
12
# File 'lib/minitest/heat/hit.rb', line 10

def line_number
  @line_number
end

#locationsObject

Returns the value of attribute locations

Returns:

  • (Object)

    the current value of locations



10
11
12
# File 'lib/minitest/heat/hit.rb', line 10

def locations
  @locations
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



10
11
12
# File 'lib/minitest/heat/hit.rb', line 10

def type
  @type
end