struct OpenMeteo::Forecast::Settings

Defined in:

open_meteo/forecast/settings.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(*, temperature_unit = "celsius", wind_speed_unit : String = "kph", precipitation_unit : String = "mm", timeformat : String = "iso8601") #

Instance Method Detail

def precipitation_unit : String #

def precipitation_unit=(precipitation_unit : String) #

def temperature_unit : String #

def temperature_unit=(temperature_unit : String) #

def timeformat : String #

def timeformat=(timeformat : String) #

def to_h : Hash(String, String) #

def wind_speed_unit : String #

def wind_speed_unit=(wind_speed_unit : String) #