struct CoronaApi::TimelineItem

Included Modules

Defined in:

corona_api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def active : Int32 #

[View source]
def confirmed : Int32 #

[View source]
def date : Time #

[View source]
def death_rate : Float64 | Nil #

[View source]
def deaths : Int32 #

[View source]
def new_confirmed : Int32 #

[View source]
def new_deaths : Int32 #

[View source]
def new_recovered : Int32 #

[View source]
def recovered : Int32 #

[View source]