Class: GatherData::WeatherChannelToday
- Inherits:
-
Object
- Object
- GatherData::WeatherChannelToday
- 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
Class Method Details
.url ⇒ Object
21 22 23 |
# File 'lib/gather_data.rb', line 21 def self.url @@url end |