Class: Multimeter::Gauge
- Inherits:
-
Object
- Object
- Multimeter::Gauge
- Defined in:
- lib/multimeter.rb
Instance Method Summary collapse
Instance Method Details
#to_h ⇒ Object
86 87 88 89 90 91 |
# File 'lib/multimeter.rb', line 86 def to_h { :type => :gauge, :value => value, } end |