Module: WeatherInfo::WeatherMethods

Included in:
CurrentWeather, ForecastInfo, Weather, WeatherForecast
Defined in:
lib/weather_by_ip/weather.rb

Instance Method Summary collapse

Instance Method Details

#get_icon_pathObject



15
16
17
# File 'lib/weather_by_ip/weather.rb', line 15

def get_icon_path
  "#{IMG_URL.chomp('/')}/#{self.icon}" if self.icon
end

#to_sObject



12
13
14
# File 'lib/weather_by_ip/weather.rb', line 12

def to_s
  inspect
end