Class: GatherData::WeatherChannelFiveDay
- Inherits:
-
Object
- Object
- GatherData::WeatherChannelFiveDay
- 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
Class Method Details
.url ⇒ Object
11 12 13 |
# File 'lib/gather_data.rb', line 11 def self.url @@url end |