class OWM::Conditions

Overview

Contains all the information on the current weather status for any city.

Included Modules

Direct Known Subclasses

Defined in:

owm/conditions.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def clouds : Int32 #

[View source]
def main : Main #

[View source]
def rain : Precipitation #

[View source]
def snow : Precipitation #

[View source]
def time : Time #

[View source]
def weather : Array(Weather) #

[View source]
def wind : Wind #

[View source]