Method: WeatherFetcher::WeatherData#temperature
- Defined in:
- lib/weather_fetcher/weather_data.rb
#temperature ⇒ Object (readonly)
Returns the value of attribute temperature.
49 50 51 |
# File 'lib/weather_fetcher/weather_data.rb', line 49 def temperature @temperature end |