Class: M9t::Pressure

Inherits:
Object
  • Object
show all
Defined in:
src/parser.rb

Instance Method Summary collapse

Instance Method Details

#representObject



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