abstract class Covidapi::Historic

Included Modules

Direct Known Subclasses

Defined in:

covidapi/historic.cr

Constant Summary

PATTERN = "%Y-%m-%d"

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def [](date : String) #

[View source]
def [](date : Time) #

[View source]
def count : Int32 #

[View source]
def first_case #

[View source]
def last_date #

[View source]
def results : Hash(String, Covidapi::Result) #

[View source]