Class: WeatherUnderground::AlertDate
- Inherits:
-
Object
- Object
- WeatherUnderground::AlertDate
- Includes:
- HappyMapper
- Defined in:
- lib/weather-underground/alerts.rb
Instance Method Summary collapse
Instance Method Details
#datetime ⇒ Object
34 35 36 |
# File 'lib/weather-underground/alerts.rb', line 34 def datetime Time.at( @epoch ) end |
#text ⇒ Object
30 31 32 |
# File 'lib/weather-underground/alerts.rb', line 30 def text @text end |