Class: WeatherUnderground::AlertExpires
- Inherits:
-
Object
- Object
- WeatherUnderground::AlertExpires
- Includes:
- HappyMapper
- Defined in:
- lib/weather-underground/alerts.rb
Instance Method Summary collapse
Instance Method Details
#datetime ⇒ Object
17 18 19 |
# File 'lib/weather-underground/alerts.rb', line 17 def datetime Time.at( @epoch ) end |
#text ⇒ Object
13 14 15 |
# File 'lib/weather-underground/alerts.rb', line 13 def text @text end |