Class: Multimeter::Histogram
- Inherits:
-
Object
- Object
- Multimeter::Histogram
- Defined in:
- lib/multimeter.rb
Instance Method Summary collapse
Instance Method Details
#to_h ⇒ Object
45 46 47 48 49 50 |
# File 'lib/multimeter.rb', line 45 def to_h { :type => :histogram, :count => count, }.merge(snapshot.to_h) end |