Class: Onlyfans::Models::StoryRetrieveStatsResponse::Data
Overview
Defined Under Namespace
Classes: StoryCommentChart, StoryLikeChart, StoryLookChart, StoryTipChart, StoryTipSumChart
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(count: nil, date: nil) ⇒ Object
|
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 234
|
Instance Attribute Details
#created_at ⇒ String?
124
|
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 124
optional :created_at, String, api_name: :createdAt
|
129
|
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 129
optional :story_comment_all, Onlyfans::Internal::Type::ArrayOf[String], api_name: :storyCommentAll
|
134
135
136
|
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 134
optional :story_comment_chart,
-> { Onlyfans::Internal::Type::ArrayOf[Onlyfans::Models::StoryRetrieveStatsResponse::Data::] },
api_name: :storyCommentChart
|
141
|
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 141
optional :story_comment_count, Integer, api_name: :storyCommentCount
|
#story_like_all ⇒ Array<String>?
146
|
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 146
optional :story_like_all, Onlyfans::Internal::Type::ArrayOf[String], api_name: :storyLikeAll
|
151
152
153
|
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 151
optional :story_like_chart,
-> { Onlyfans::Internal::Type::ArrayOf[Onlyfans::Models::StoryRetrieveStatsResponse::Data::StoryLikeChart] },
api_name: :storyLikeChart
|
#story_like_count ⇒ Integer?
158
|
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 158
optional :story_like_count, Integer, api_name: :storyLikeCount
|
#story_look_all ⇒ Array<String>?
163
|
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 163
optional :story_look_all, Onlyfans::Internal::Type::ArrayOf[String], api_name: :storyLookAll
|
168
169
170
|
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 168
optional :story_look_chart,
-> { Onlyfans::Internal::Type::ArrayOf[Onlyfans::Models::StoryRetrieveStatsResponse::Data::StoryLookChart] },
api_name: :storyLookChart
|
#story_look_count ⇒ String?
175
|
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 175
optional :story_look_count, String, api_name: :storyLookCount
|
#story_tip_all ⇒ Array<String>?
180
|
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 180
optional :story_tip_all, Onlyfans::Internal::Type::ArrayOf[String], api_name: :storyTipAll
|
185
186
187
|
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 185
optional :story_tip_chart,
-> { Onlyfans::Internal::Type::ArrayOf[Onlyfans::Models::StoryRetrieveStatsResponse::Data::StoryTipChart] },
api_name: :storyTipChart
|
#story_tip_count ⇒ Integer?
192
|
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 192
optional :story_tip_count, Integer, api_name: :storyTipCount
|
#story_tip_sum ⇒ Integer?
197
|
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 197
optional :story_tip_sum, Integer, api_name: :storyTipSum
|
202
203
204
|
# File 'lib/onlyfans/models/story_retrieve_stats_response.rb', line 202
optional :story_tip_sum_chart,
-> { Onlyfans::Internal::Type::ArrayOf[Onlyfans::Models::StoryRetrieveStatsResponse::Data::StoryTipSumChart] },
api_name: :storyTipSumChart
|
Instance Method Details
#to_hash ⇒ {
262
|
# File 'sig/onlyfans/models/story_retrieve_stats_response.rbs', line 262
def to_hash: -> {
|