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::
Wind
OpenWeatherMap::Weather::Wind
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
open_weather_map/weather.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#deg
: Int32
#gust
: Int32
#speed
: Int32
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
deg
: Int32
#
[
View source
]
def
gust
: Int32
#
[
View source
]
def
speed
: Int32
#
[
View source
]