struct OpenMeteo::Forecast::Variables

Defined in:

open_meteo/forecast/variables.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(*, current : Nil | Array(String) = nil, daily : Nil | Array(String) = nil, hourly : Nil | Array(String) = nil) #

[View source]

Instance Method Detail

def current : Array(String) | Nil #

[View source]
def current=(current : Array(String) | Nil) #

[View source]
def daily : Array(String) | Nil #

[View source]
def daily=(daily : Array(String) | Nil) #

[View source]
def hourly : Array(String) | Nil #

[View source]
def hourly=(hourly : Array(String) | Nil) #

[View source]
def to_h : Hash(String, String) #

[View source]