struct OpenWeatherMap::Weather::Main

Overview

Structs for mapping the json subobjects within returned data.

Included Modules

Defined in:

open_weather_map/weather.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def grnd_level : Int32 | Nil #

[View source]
def humidity : Int32 #

[View source]
def pressure : Int32 #

[View source]
def sea_level : Int32 | Nil #

[View source]
def temp : Float64 #

[View source]
def temp_max : Float64 #

[View source]
def temp_min : Float64 #

[View source]