Class: HeapScope::Probe::Result
- Inherits:
-
Struct
- Object
- Struct
- HeapScope::Probe::Result
- Defined in:
- lib/heapscope/scorecard.rb
Instance Attribute Summary collapse
-
#printed ⇒ Object
Returns the value of attribute printed.
-
#report ⇒ Object
Returns the value of attribute report.
-
#scorecard ⇒ Object
Returns the value of attribute scorecard.
Instance Attribute Details
#printed ⇒ Object
Returns the value of attribute printed
6 7 8 |
# File 'lib/heapscope/scorecard.rb', line 6 def printed @printed end |
#report ⇒ Object
Returns the value of attribute report
6 7 8 |
# File 'lib/heapscope/scorecard.rb', line 6 def report @report end |
#scorecard ⇒ Object
Returns the value of attribute scorecard
6 7 8 |
# File 'lib/heapscope/scorecard.rb', line 6 def scorecard @scorecard end |