Class: Metar::Data::Temperature

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

Instance Method Summary collapse

Instance Method Details

#representObject



27
# File 'src/parser.rb', line 27

def represent = { degrees: to_degrees, kelvin: to_kelvin, fahrenheit: to_fahrenheit, to_s: } end