Method: Weather::Units#temperature

Defined in:
lib/weather-api/units.rb

#temperatureObject (readonly)

the unit in which temperature is measured e.g. F for Fahrenheit, and C for Celsius



8
9
10
# File 'lib/weather-api/units.rb', line 8

def temperature
  @temperature
end