Class: Onlyfans::Models::NotificationGetCountsResponse::Data
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(all: nil, commented: nil, deactivated_media: nil, favorited: nil, mentioned: nil, message: nil, purchases: nil, subscribed: nil, system_: nil, tags: nil, tip: nil) ⇒ Object
constructor
==, #==, #[], 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(all: nil, commented: nil, deactivated_media: nil, favorited: nil, mentioned: nil, message: nil, purchases: nil, subscribed: nil, system_: nil, tags: nil, tip: nil) ⇒ Object
|
# File 'lib/onlyfans/models/notification_get_counts_response.rb', line 170
|
Instance Attribute Details
#all ⇒ Integer?
118
|
# File 'lib/onlyfans/models/notification_get_counts_response.rb', line 118
optional :all, Integer
|
123
|
# File 'lib/onlyfans/models/notification_get_counts_response.rb', line 123
optional :commented, Integer
|
128
|
# File 'lib/onlyfans/models/notification_get_counts_response.rb', line 128
optional :deactivated_media, Integer
|
#favorited ⇒ Integer?
133
|
# File 'lib/onlyfans/models/notification_get_counts_response.rb', line 133
optional :favorited, Integer
|
#mentioned ⇒ Integer?
138
|
# File 'lib/onlyfans/models/notification_get_counts_response.rb', line 138
optional :mentioned, Integer
|
#message ⇒ Integer?
143
|
# File 'lib/onlyfans/models/notification_get_counts_response.rb', line 143
optional :message, Integer
|
#purchases ⇒ Integer?
148
|
# File 'lib/onlyfans/models/notification_get_counts_response.rb', line 148
optional :purchases, Integer
|
#subscribed ⇒ Integer?
153
|
# File 'lib/onlyfans/models/notification_get_counts_response.rb', line 153
optional :subscribed, Integer
|
#system_ ⇒ Integer?
158
|
# File 'lib/onlyfans/models/notification_get_counts_response.rb', line 158
optional :system_, Integer, api_name: :system
|
163
|
# File 'lib/onlyfans/models/notification_get_counts_response.rb', line 163
optional :tags, Integer
|
#tip ⇒ Integer?
168
|
# File 'lib/onlyfans/models/notification_get_counts_response.rb', line 168
optional :tip, Integer
|