Class: PostForMe::Models::PlatformPost::Metrics::TwitterPostMetricsDto::PublicMetrics
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- PostForMe::Models::PlatformPost::Metrics::TwitterPostMetricsDto::PublicMetrics
- Defined in:
- lib/post_for_me/models/platform_post.rb,
sig/post_for_me/models/platform_post.rbs
Overview
Instance Attribute Summary collapse
-
#bookmark_count ⇒ Float
Number of times this Tweet has been bookmarked.
-
#impression_count ⇒ Float
Number of times this Tweet has been viewed.
-
#like_count ⇒ Float
Number of Likes of this Tweet.
-
#quote_count ⇒ Float
Number of Quotes of this Tweet.
-
#reply_count ⇒ Float
Number of Replies of this Tweet.
-
#retweet_count ⇒ Float
Number of Retweets of this Tweet.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
1069 |
# File 'sig/post_for_me/models/platform_post.rbs', line 1069
def initialize: (
|
Instance Attribute Details
#bookmark_count ⇒ Float
Number of times this Tweet has been bookmarked
1256 |
# File 'lib/post_for_me/models/platform_post.rb', line 1256 required :bookmark_count, Float |
#impression_count ⇒ Float
Number of times this Tweet has been viewed
1262 |
# File 'lib/post_for_me/models/platform_post.rb', line 1262 required :impression_count, Float |
#like_count ⇒ Float
Number of Likes of this Tweet
1268 |
# File 'lib/post_for_me/models/platform_post.rb', line 1268 required :like_count, Float |
#quote_count ⇒ Float
Number of Quotes of this Tweet
1274 |
# File 'lib/post_for_me/models/platform_post.rb', line 1274 required :quote_count, Float |
#reply_count ⇒ Float
Number of Replies of this Tweet
1280 |
# File 'lib/post_for_me/models/platform_post.rb', line 1280 required :reply_count, Float |
#retweet_count ⇒ Float
Number of Retweets of this Tweet
1286 |
# File 'lib/post_for_me/models/platform_post.rb', line 1286 required :retweet_count, Float |
Instance Method Details
#to_hash ⇒ {
1078 |
# File 'sig/post_for_me/models/platform_post.rbs', line 1078
def to_hash: -> {
|