Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
covidapi
master
Covidapi
CountryHistory
GlobalHistory
Historic
Result
Generated using Crystal 1.10.1
2024-01-09 00:07:39 UTC
struct
Covidapi::
Result
Covidapi::Result
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
covidapi/result.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#confirmed
: Int32
#deaths
: Int32
#recovered
: Int32
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
confirmed
: Int32
#
[
View source
]
def
deaths
: Int32
#
[
View source
]
def
recovered
: Int32
#
[
View source
]