Class: Onlyfans::Models::Fans::SummaryGetSummaryResponse::SummaryData
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(content_preferences: nil, family_pets: nil, hobbies: nil, interests: nil, kinks: nil, name: nil, other_notes: nil, preferred_name: nil, requests: nil, themes: nil, travel_plans: 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(content_preferences: nil, family_pets: nil, hobbies: nil, interests: nil, kinks: nil, name: nil, other_notes: nil, preferred_name: nil, requests: nil, themes: nil, travel_plans: nil) ⇒ Object
|
# File 'lib/onlyfans/models/fans/summary_get_summary_response.rb', line 97
|
Instance Attribute Details
#content_preferences ⇒ String?
45
|
# File 'lib/onlyfans/models/fans/summary_get_summary_response.rb', line 45
optional :content_preferences, String
|
#family_pets ⇒ String?
50
|
# File 'lib/onlyfans/models/fans/summary_get_summary_response.rb', line 50
optional :family_pets, String
|
#hobbies ⇒ String?
55
|
# File 'lib/onlyfans/models/fans/summary_get_summary_response.rb', line 55
optional :hobbies, String
|
#interests ⇒ String?
60
|
# File 'lib/onlyfans/models/fans/summary_get_summary_response.rb', line 60
optional :interests, String
|
#kinks ⇒ String?
65
|
# File 'lib/onlyfans/models/fans/summary_get_summary_response.rb', line 65
optional :kinks, String
|
#name ⇒ String?
70
|
# File 'lib/onlyfans/models/fans/summary_get_summary_response.rb', line 70
optional :name, String
|
#other_notes ⇒ String?
75
|
# File 'lib/onlyfans/models/fans/summary_get_summary_response.rb', line 75
optional :other_notes, String
|
#preferred_name ⇒ String?
80
|
# File 'lib/onlyfans/models/fans/summary_get_summary_response.rb', line 80
optional :preferred_name, String
|
#requests ⇒ String?
85
|
# File 'lib/onlyfans/models/fans/summary_get_summary_response.rb', line 85
optional :requests, String
|
#themes ⇒ String?
90
|
# File 'lib/onlyfans/models/fans/summary_get_summary_response.rb', line 90
optional :themes, String
|
#travel_plans ⇒ String?
95
|
# File 'lib/onlyfans/models/fans/summary_get_summary_response.rb', line 95
optional :travel_plans, String
|