Class: Tenkit::NextHourForecast
- Inherits:
-
Object
- Object
- Tenkit::NextHourForecast
- Defined in:
- lib/tenkit/next_hour_forecast.rb
Instance Method Summary collapse
-
#initialize(forecast_next_hour) ⇒ NextHourForecast
constructor
A new instance of NextHourForecast.
Constructor Details
#initialize(forecast_next_hour) ⇒ NextHourForecast
Returns a new instance of NextHourForecast.
3 4 5 |
# File 'lib/tenkit/next_hour_forecast.rb', line 3 def initialize(forecast_next_hour) return if forecast_next_hour.nil? end |