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



73
74
75
# File 'lib/memory_profiler/results.rb', line 73

def count
  @count
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



73
74
75
# File 'lib/memory_profiler/results.rb', line 73

def location
  @location
end

#stringObject

Returns the value of attribute string

Returns:

  • (Object)

    the current value of string



73
74
75
# File 'lib/memory_profiler/results.rb', line 73

def string
  @string
end