Class: GatherData::WeatherChannelHourly

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

Constant Summary collapse

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

Class Method Summary collapse

Methods included from ReturnHTML::ClassMethods

return_html

Class Method Details

.urlObject



31
32
33
# File 'lib/gather_data.rb', line 31

def self.url
    @@url
end