Class: Minitest::HogReporter::Record

Inherits:
Struct
  • Object
show all
Defined in:
lib/minitest/hog.rb

Instance Attribute Summary collapse

Instance Attribute Details

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



40
41
42
# File 'lib/minitest/hog.rb', line 40

def location
  @location
end

#memory_usedObject

Returns the value of attribute memory_used

Returns:

  • (Object)

    the current value of memory_used



40
41
42
# File 'lib/minitest/hog.rb', line 40

def memory_used
  @memory_used
end