Class: Onlyfans::Models::AccountListResponseItem
Defined Under Namespace
Classes: OnlyfansUserData
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(id: nil, authentication_progress: nil, display_name: nil, is_authenticated: nil, onlyfans_email: nil, onlyfans_id: nil, onlyfans_user_data: nil, onlyfans_username: nil) ⇒ Object
|
# File 'lib/onlyfans/models/account_list_response.rb', line 46
|
Instance Attribute Details
#authentication_progress ⇒ String?
14
|
# File 'lib/onlyfans/models/account_list_response.rb', line 14
optional :authentication_progress, String
|
#display_name ⇒ String?
19
|
# File 'lib/onlyfans/models/account_list_response.rb', line 19
optional :display_name, String
|
#id ⇒ String?
9
|
# File 'lib/onlyfans/models/account_list_response.rb', line 9
optional :id, String
|
#is_authenticated ⇒ Boolean?
#onlyfans_email ⇒ String?
29
|
# File 'lib/onlyfans/models/account_list_response.rb', line 29
optional :onlyfans_email, String
|
#onlyfans_id ⇒ Integer?
34
|
# File 'lib/onlyfans/models/account_list_response.rb', line 34
optional :onlyfans_id, Integer
|
#onlyfans_username ⇒ String?
44
|
# File 'lib/onlyfans/models/account_list_response.rb', line 44
optional :onlyfans_username, String
|