Class: AppMap::Algorithm::Stats::Frequency
- Inherits:
-
Struct
- Object
- Struct
- AppMap::Algorithm::Stats::Frequency
- Defined in:
- lib/appmap/algorithm/stats.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
59 60 61 |
# File 'lib/appmap/algorithm/stats.rb', line 59 def count @count end |
#name ⇒ Object
Returns the value of attribute name
59 60 61 |
# File 'lib/appmap/algorithm/stats.rb', line 59 def name @name end |