Class: Minitest::HogReporter::Record
- Inherits:
-
Struct
- Object
- Struct
- Minitest::HogReporter::Record
- Defined in:
- lib/minitest/hog.rb
Instance Attribute Summary collapse
-
#location ⇒ Object
Returns the value of attribute location.
-
#memory_used ⇒ Object
Returns the value of attribute memory_used.
Instance Attribute Details
#location ⇒ Object
Returns the value of attribute location
40 41 42 |
# File 'lib/minitest/hog.rb', line 40 def location @location end |
#memory_used ⇒ Object
Returns the value of attribute memory_used
40 41 42 |
# File 'lib/minitest/hog.rb', line 40 def memory_used @memory_used end |