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) #

[View source]

Instance Method Detail

def apparent_temperature : Float64 | Nil #

[View source]
def cloud_cover : Int32 | Nil #

[View source]
def interval : Int32 #

[View source]
def is_day : Int32 | Nil #

[View source]
def precipitation : Float64 | Nil #

[View source]
def pressure_msl : Float64 | Nil #

[View source]
def rain : Float64 | Nil #

[View source]
def relative_humidity_2m : Int32 | Nil #

[View source]
def showers : Float64 | Nil #

[View source]
def snowfall : Float64 | Nil #

[View source]
def surface_pressure : Float64 | Nil #

[View source]
def temperature_2m : Float64 | Nil #

[View source]
def time : Time #

[View source]
def weather_code : Int32 | Nil #

[View source]
def wind_direction_10m : Int32 | Nil #

[View source]
def wind_gusts_10m : Float64 | Nil #

[View source]
def wind_speed_10m : Float64 | Nil #

[View source]