Sha256: 17b9fdc131f1d539186b12de0b9531d106ad6d6d519126e277e7021c7b01d397
Contents?: true
Size: 513 Bytes
Versions: 15
Compression:
Stored size: 513 Bytes
Contents
# FinnhubRuby::CovidInfo ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **state** | **String** | State. | [optional] | | **_case** | **Float** | Number of confirmed cases. | [optional] | | **death** | **Float** | Number of confirmed deaths. | [optional] | | **updated** | **String** | Updated time. | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::CovidInfo.new( state: null, _case: null, death: null, updated: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems