Class: GatherData::WeatherChannelToday

Inherits:
Object
  • Object
show all
Extended by:
ReturnHTML::ClassMethods
Defined in:
lib/gather_data.rb

Constant Summary collapse

@@url =
'https://weather.com/weather/today/l/'

Class Method Summary collapse

Methods included from ReturnHTML::ClassMethods

return_html

Class Method Details

.urlObject



21
22
23
# File 'lib/gather_data.rb', line 21

def self.url
    @@url
end