Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
owm
v0.1.3
OWM
Client
Conditions
Main
Wind
Coord
CurrentWeather
FiveDayForecast
City
OneCall
Alert
Base
Current
Daily
FeelsLike
Temp
Hourly
Minutely
Precipitation
Weather
Generated using Crystal 1.10.1
2024-01-09 00:07:55 UTC
struct
OWM::
Weather
OWM::Weather
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
owm/misc.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#description
: String
#icon
: String
#id
: Int32
#main
: String
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
description
: String
#
[
View source
]
def
icon
: String
#
[
View source
]
def
id
: Int32
#
[
View source
]
def
main
: String
#
[
View source
]