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

Instance Method Detail

def apparent_temperature : String | Nil #

def cloud_cover : String | Nil #

def interval : String | Nil #

def is_day : String | Nil #

def precipitation : String | Nil #

def pressure_msl : String | Nil #

def rain : String | Nil #

def relative_humidity_2m : String | Nil #

def showers : String | Nil #

def snowfall : String | Nil #

def surface_pressure : String | Nil #

def temperature_2m : String | Nil #

def time : String | Nil #

def weather_code : String | Nil #

def wind_direction_10m : String | Nil #

def wind_gusts_10m : String | Nil #

def wind_speed_10m : String | Nil #