Module: WeatherInfo

Included in:
WeatherByIp
Defined in:
lib/weather_by_ip/version.rb,
lib/weather_by_ip/weather.rb

Defined Under Namespace

Modules: WeatherMethods Classes: CurrentWeather, ForecastInfo, Weather, WeatherForecast

Constant Summary collapse

VERSION =
"0.5.1"
URL =
"http://www.google.com"
IMG_URL =
"http://g0.gstatic.com"

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



7
8
9
# File 'lib/weather_by_ip/weather.rb', line 7

def self.included(base)
  base.send(:include, ActiveApi)
end