Class: HeapScope::Probe::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/heapscope/scorecard.rb

Instance Attribute Summary collapse

Instance Attribute Details

#printedObject

Returns the value of attribute printed

Returns:

  • (Object)

    the current value of printed



6
7
8
# File 'lib/heapscope/scorecard.rb', line 6

def printed
  @printed
end

#reportObject

Returns the value of attribute report

Returns:

  • (Object)

    the current value of report



6
7
8
# File 'lib/heapscope/scorecard.rb', line 6

def report
  @report
end

#scorecardObject

Returns the value of attribute scorecard

Returns:

  • (Object)

    the current value of scorecard



6
7
8
# File 'lib/heapscope/scorecard.rb', line 6

def scorecard
  @scorecard
end