Sha256: 9ebd5c6e7a84f46ede74b8aaf2182ac3d873ad200d1f1a7248e880704aef3090
Contents?: true
Size: 569 Bytes
Versions: 15
Compression:
Stored size: 569 Bytes
Contents
# FinnhubRuby::SocialSentiment ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **symbol** | **String** | Company symbol. | [optional] | | **reddit** | [**Array<RedditSentimentContent>**](RedditSentimentContent.md) | Reddit sentiment. | [optional] | | **twitter** | [**Array<TwitterSentimentContent>**](TwitterSentimentContent.md) | Twitter sentiment. | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::SocialSentiment.new( symbol: null, reddit: null, twitter: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems