struct

WeatherService::WeatherForecast

Inherits Struct < Value < Object

Constructors

new(temperature : Float64, condition : String, description : String, humidity : Int32, wind_speed : Float64, icon : String)
Source

Instance methods

condition
Source
condition=(condition : String)
Source
description
Source
description=(description : String)
Source
humidity
Source
humidity=(humidity : Int32)
Source
icon
Source
icon=(icon : String)
Source
temperature
Source
temperature=(temperature : Float64)
Source
wind_speed
Source
wind_speed=(wind_speed : Float64)
Source