Class: M9t::Pressure
- Inherits:
-
Object
- Object
- M9t::Pressure
- Defined in:
- src/parser.rb
Instance Method Summary collapse
Instance Method Details
#represent ⇒ Object
37 |
# File 'src/parser.rb', line 37
def represent = { inches_of_mercury: to_inches_of_mercury, bar: to_bar, pascals: to_pascals, hectopascals: to_hectopascals, kilopascals: to_kilopascals, to_s: } end
|