Class: Onlyfans::Models::SmartLinkListFansResponse::Data::Summary
Overview
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(fans_total: nil, fans_with_3_plus_messages_total: nil, revenue_net_total: nil, tips_net_total: nil) ⇒ Object
|
# File 'lib/onlyfans/models/smart_link_list_fans_response.rb', line 246
|
Instance Attribute Details
#fans_total ⇒ Integer?
229
|
# File 'lib/onlyfans/models/smart_link_list_fans_response.rb', line 229
optional :fans_total, Integer
|
#fans_with_3_plus_messages_total ⇒ Integer?
234
|
# File 'lib/onlyfans/models/smart_link_list_fans_response.rb', line 234
optional :fans_with_3_plus_messages_total, Integer
|
#revenue_net_total ⇒ Integer?
239
|
# File 'lib/onlyfans/models/smart_link_list_fans_response.rb', line 239
optional :revenue_net_total, Integer
|
#tips_net_total ⇒ Integer?
244
|
# File 'lib/onlyfans/models/smart_link_list_fans_response.rb', line 244
optional :tips_net_total, Integer
|