Module: YahooWeather

Defined in:
lib/yahoo_weather.rb,
lib/yahoo_weather/version.rb,
lib/generators/yahoo_weather/copy_locale_generator.rb

Defined Under Namespace

Modules: Generators Classes: Astronomy, Atmosphere, Client, Condition, Forecast, Location, Response, Units, Wind

Constant Summary collapse

VERSION =
'1.0.6'.freeze

Class Method Summary collapse

Class Method Details

.code_string(id) ⇒ Object



5
6
7
# File 'lib/yahoo_weather.rb', line 5

def self.code_string(id)
  I18n.t id, scope: [:yahoo_weather, :code]
end