Class: WeatherGemKg::ForecastDay

Inherits:
Data
  • Object
show all
Defined in:
lib/weather_gem_kg/forecast_day.rb

Instance Attribute Summary collapse

Instance Attribute Details

#conditionObject (readonly)

Returns the value of attribute condition

Returns:

  • (Object)

    the current value of condition



4
5
6
# File 'lib/weather_gem_kg/forecast_day.rb', line 4

def condition
  @condition
end

#dateObject (readonly)

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



4
5
6
# File 'lib/weather_gem_kg/forecast_day.rb', line 4

def date
  @date
end

#max_tempObject (readonly)

Returns the value of attribute max_temp

Returns:

  • (Object)

    the current value of max_temp



4
5
6
# File 'lib/weather_gem_kg/forecast_day.rb', line 4

def max_temp
  @max_temp
end

#min_tempObject (readonly)

Returns the value of attribute min_temp

Returns:

  • (Object)

    the current value of min_temp



4
5
6
# File 'lib/weather_gem_kg/forecast_day.rb', line 4

def min_temp
  @min_temp
end