Class: AppMap::Algorithm::Stats::Frequency

Inherits:
Struct
  • Object
show all
Defined in:
lib/appmap/algorithm/stats.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



59
60
61
# File 'lib/appmap/algorithm/stats.rb', line 59

def count
  @count
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



59
60
61
# File 'lib/appmap/algorithm/stats.rb', line 59

def name
  @name
end