Method: OpenWeatherMap::WeatherConditions#pressure
- Defined in:
- lib/openweathermap/classes.rb
#pressure ⇒ Float (readonly)
Returns Atmospheric pressure in hPa.
115 116 117 |
# File 'lib/openweathermap/classes.rb', line 115 def pressure @pressure end |