Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
open_weather_map
0.1
NumToFloat
NumToInt
OpenWeatherMap
Client
Coord
CurrentWeather
FiveDayForecast
City
Weather
Conditions
Main
Rain
Snow
Wind
Generated using Crystal 1.14.0
2024-11-26 08:10:15 UTC
struct
OpenWeatherMap::
Weather::
Conditions
OpenWeatherMap::Weather::Conditions
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
open_weather_map/weather.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
]