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::
OneCall::
Daily::
Temp
OWM::OneCall::Daily::Temp
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
owm/one_call.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#day
: Int32
#eve
: Int32
#max
: Int32
#min
: Int32
#morn
: Int32
#night
: Int32
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
day
: Int32
#
[
View source
]
def
eve
: Int32
#
[
View source
]
def
max
: Int32
#
[
View source
]
def
min
: Int32
#
[
View source
]
def
morn
: Int32
#
[
View source
]
def
night
: Int32
#
[
View source
]