class Covidapi::CountryHistory

Defined in:

covidapi/country_history.cr

Constructors

Instance methods inherited from class Covidapi::Historic

[](date : String)
[](date : Time)
[]
, count : Int32 count, first_case first_case, last_date last_date, results : Hash(String, Covidapi::Result) results

Constructor methods inherited from class Covidapi::Historic

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]