struct

EPSS::CSV::Feed

Inherits Enumerable < Struct < Value < Object

Parsed result of an EPSS feed file: the leading metadata and the full list of Score rows. Iterating row-by-row is also available via CSV.each_score.

Constructors

new(metadata : Metadata, scores : Array(Score))
Source

Instance methods

[](*args, **options)
Source
[](*args, **options, &)
Source
each(*args, **options)
Source
each(*args, **options, &)
Source
metadata
Source
scores
Source
size(*args, **options)
Source
size(*args, **options, &)
Source