Class: WeatherUnderground::Forecast::High

Inherits:
Object
  • Object
show all
Includes:
HappyMapper
Defined in:
lib/weather-underground/forecast.rb

Instance Method Summary collapse

Instance Method Details

#cObject



16
17
18
# File 'lib/weather-underground/forecast.rb', line 16

def c
    @celsius
end

#fObject



12
13
14
# File 'lib/weather-underground/forecast.rb', line 12

def f
    @fahrenheit
end