Method: OpenWeatherMap::WeatherConditions#pressure

Defined in:
lib/openweathermap/classes.rb

#pressureFloat (readonly)

Returns Atmospheric pressure in hPa.

Returns:

  • (Float)

    Atmospheric pressure in hPa



115
116
117
# File 'lib/openweathermap/classes.rb', line 115

def pressure
  @pressure
end