Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
opencovid
main
OpenCovid
DataPoint
Timeseries
Generated using Crystal 1.12.2
2024-09-04 05:03:57 UTC
struct
OpenCovid::
DataPoint
OpenCovid::DataPoint
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
data_point.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#date
: Time
#name
: String
#region
: String
#value
: Int32
#value_daily
: Int32
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
date
: Time
#
[
View source
]
def
name
: String
#
[
View source
]
def
region
: String
#
[
View source
]
def
value
: Int32
#
[
View source
]
def
value_daily
: Int32
#
[
View source
]