Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
dark-sky
master
ConnectionException
DarkSky
Alert
DataBlock
DataPoint
Flags
Forecast
Languages
Units
Built with Crystal 1.9.2
2023-10-07 15:14:14 UTC
struct
DarkSky::DataBlock
DarkSky::DataBlock
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
data_block.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#data
: Array(DataPoint) | Nil
#icon
: String | Nil
#summary
: String | Nil
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
data
: Array(
DataPoint
) | Nil
#
[
View source
]
def
icon
: String | Nil
#
[
View source
]
def
summary
: String | Nil
#
[
View source
]