Sha256: b68b1e2fb464671e386d6969f83f816b9a663fbce6bd23f1fed53c1b6ed8dd56
Contents?: true
Size: 452 Bytes
Versions: 16
Compression:
Stored size: 452 Bytes
Contents
# FinnhubRuby::CompanyNewsStatistics ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **articles_in_last_week** | **Integer** | | [optional] | | **buzz** | **Float** | | [optional] | | **weekly_average** | **Float** | | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::CompanyNewsStatistics.new( articles_in_last_week: null, buzz: null, weekly_average: null ) ```
Version data entries
16 entries across 16 versions & 1 rubygems