struct OWM::Conditions::Main

Overview

Structs for mapping the json subobjects within returned data.

Included Modules

Defined in:

owm/conditions.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def grnd_level : Int32 #

[View source]
def humidity : Int32 #

[View source]
def pressure : Int32 #

[View source]
def sea_level : Int32 #

Custom Getters


[View source]
def temp : Float64 #

[View source]
def temp_max : Float64 #

[View source]
def temp_min : Float64 #

[View source]