Class: YahooWeather::Atmosphere::Barometer

Inherits:
Object
  • Object
show all
Defined in:
lib/yahoo-weather/atmosphere.rb

Overview

Constants representing the state of the barometric pressure.

Constant Summary collapse

STEADY =
'steady'
RISING =
'rising'
FALLING =
'falling'
ALL =

lists all possible barometer constants

[ STEADY, RISING, FALLING ]