Class: MemoryProfiler::Results::StringStat

Inherits:
Struct
  • Object
show all
Defined in:
lib/memory_profiler/results.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



66
67
68
# File 'lib/memory_profiler/results.rb', line 66

def count
  @count
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



66
67
68
# File 'lib/memory_profiler/results.rb', line 66

def location
  @location
end

#stringObject

Returns the value of attribute string

Returns:

  • (Object)

    the current value of string



66
67
68
# File 'lib/memory_profiler/results.rb', line 66

def string
  @string
end