Class: GatherData::WeatherChannelHourly
- Inherits:
-
Object
- Object
- GatherData::WeatherChannelHourly
- 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
Class Method Details
.url ⇒ Object
31 32 33 |
# File 'lib/gather_data.rb', line 31 def self.url @@url end |