Class: Yweather::Atmosphere::Barometer

Inherits:
Object
  • Object
show all
Defined in:
lib/yweather/atmosphere.rb

Constant Summary collapse

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

lists all possible barometer constants

[ STEADY, RISING, FALLING ]