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::
Conditions::
Wind
OWM::Conditions::Wind
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
owm/conditions.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
]