Class: WeatherUnderground::Forecast::Low

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

Instance Method Summary collapse

Instance Method Details

#cObject



33
34
35
# File 'lib/weather-underground/forecast.rb', line 33

def c
    @celsius
end

#fObject



29
30
31
# File 'lib/weather-underground/forecast.rb', line 29

def f
    @fahrenheit
end