Libraries
»
yweather
(0.0.1)
»
Index (B)
»
Yweather
»
Atmosphere
»
Barometer
Class: Yweather::Atmosphere::Barometer
Inherits:
Object
Object
Yweather::Atmosphere::Barometer
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
]