struct OpenMeteo::Forecast::Current::Units

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 : String | Nil #

[View source]
def cloud_cover : String | Nil #

[View source]
def interval : String | Nil #

[View source]
def is_day : String | Nil #

[View source]
def precipitation : String | Nil #

[View source]
def pressure_msl : String | Nil #

[View source]
def rain : String | Nil #

[View source]
def relative_humidity_2m : String | Nil #

[View source]
def showers : String | Nil #

[View source]
def snowfall : String | Nil #

[View source]
def surface_pressure : String | Nil #

[View source]
def temperature_2m : String | Nil #

[View source]
def time : String | Nil #

[View source]
def weather_code : String | Nil #

[View source]
def wind_direction_10m : String | Nil #

[View source]
def wind_gusts_10m : String | Nil #

[View source]
def wind_speed_10m : String | Nil #

[View source]