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::
FiveDayForecast::
City
OWM::FiveDayForecast::City
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
owm/five_day_forecast.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#coord
: OWM::Coord
#country
: String
#id
: Int32
#name
: String
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
coord
:
OWM::Coord
#
[
View source
]
def
country
: String
#
[
View source
]
def
id
: Int32
#
[
View source
]
def
name
: String
#
[
View source
]