struct OpenMeteo::Forecast::Current

Included Modules

Defined in:

open_meteo/forecast/current.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def apparent_temperature : Float64 | Nil #

def cloud_cover : Int32 | Nil #

def interval : Int32 #

def is_day : Int32 | Nil #

def precipitation : Float64 | Nil #

def pressure_msl : Float64 | Nil #

def rain : Float64 | Nil #

def relative_humidity_2m : Int32 | Nil #

def showers : Float64 | Nil #

def snowfall : Float64 | Nil #

def surface_pressure : Float64 | Nil #

def temperature_2m : Float64 | Nil #

def time : Time #

def weather_code : Int32 | Nil #

def wind_direction_10m : Int32 | Nil #

def wind_gusts_10m : Float64 | Nil #

def wind_speed_10m : Float64 | Nil #