Class: WeatherGemKg::ForecastDay
- Inherits:
-
Data
- Object
- Data
- WeatherGemKg::ForecastDay
- Defined in:
- lib/weather_gem_kg/forecast_day.rb
Instance Attribute Summary collapse
-
#condition ⇒ Object
readonly
Returns the value of attribute condition.
-
#date ⇒ Object
readonly
Returns the value of attribute date.
-
#max_temp ⇒ Object
readonly
Returns the value of attribute max_temp.
-
#min_temp ⇒ Object
readonly
Returns the value of attribute min_temp.
Instance Attribute Details
#condition ⇒ Object (readonly)
Returns the value of attribute condition
4 5 6 |
# File 'lib/weather_gem_kg/forecast_day.rb', line 4 def condition @condition end |
#date ⇒ Object (readonly)
Returns the value of attribute date
4 5 6 |
# File 'lib/weather_gem_kg/forecast_day.rb', line 4 def date @date end |
#max_temp ⇒ Object (readonly)
Returns the value of attribute max_temp
4 5 6 |
# File 'lib/weather_gem_kg/forecast_day.rb', line 4 def max_temp @max_temp end |
#min_temp ⇒ Object (readonly)
Returns the value of attribute min_temp
4 5 6 |
# File 'lib/weather_gem_kg/forecast_day.rb', line 4 def min_temp @min_temp end |