Class: GatherData::WeatherChannelFiveDay

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

Constant Summary collapse

@@url =
'https://weather.com/weather/5day/l/'

Class Method Summary collapse

Methods included from ReturnHTML::ClassMethods

return_html

Class Method Details

.urlObject



11
12
13
# File 'lib/gather_data.rb', line 11

def self.url
    @@url
end