Class: ScoutApm::HistogramBin
- Inherits:
-
Struct
- Object
- Struct
- ScoutApm::HistogramBin
- Defined in:
- lib/scout_apm/histogram.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
2 3 4 |
# File 'lib/scout_apm/histogram.rb', line 2 def count @count end |
#value ⇒ Object
Returns the value of attribute value
2 3 4 |
# File 'lib/scout_apm/histogram.rb', line 2 def value @value end |