Module: WrfForecast::Daytime

Defined in:
lib/wrf_forecast/forecast/daytime.rb

Overview

TODO:

not used at the moment

As part of the forecast text this module holds string replacements for the considered daytime

Constant Summary collapse

MORNING =

Returns string representation for the morning.

Returns:

  • (String)

    string representation for the morning

I18n.t("forecast_text.daytime.morning")
NOON =

Returns string representation for the noon.

Returns:

  • (String)

    string representation for the noon

I18n.t("forecast_text.daytime.noon")
AFTERNOON =

Returns string representation for the afternoon.

Returns:

  • (String)

    string representation for the afternoon

I18n.t("forecast_text.daytime.afternoon")
EVENING =

Returns string representation for the evening.

Returns:

  • (String)

    string representation for the evening

I18n.t("forecast_text.daytime.evening")
NIGHT =

Returns string representation for the night.

Returns:

  • (String)

    string representation for the night

I18n.t("forecast_text.daytime.night")