Class: Onlyfans::Models::AuthenticatePollStatusResponse::Account
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Onlyfans::Models::AuthenticatePollStatusResponse::Account
- Defined in:
- lib/onlyfans/models/authenticate_poll_status_response.rb
Overview
Defined Under Namespace
Classes: OnlyfansData
Instance Attribute Summary collapse
- #display_name ⇒ String?
- #id ⇒ String?
- #onlyfans_data ⇒ Onlyfans::Models::AuthenticatePollStatusResponse::Account::OnlyfansData?
Instance Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(id: nil, display_name: nil, onlyfans_data: nil) ⇒ Object
|
|
# File 'lib/onlyfans/models/authenticate_poll_status_response.rb', line 52
|
Instance Attribute Details
#display_name ⇒ String?
45 |
# File 'lib/onlyfans/models/authenticate_poll_status_response.rb', line 45 optional :display_name, String |
#id ⇒ String?
40 |
# File 'lib/onlyfans/models/authenticate_poll_status_response.rb', line 40 optional :id, String |
#onlyfans_data ⇒ Onlyfans::Models::AuthenticatePollStatusResponse::Account::OnlyfansData?
50 |
# File 'lib/onlyfans/models/authenticate_poll_status_response.rb', line 50 optional :onlyfans_data, -> { Onlyfans::Models::AuthenticatePollStatusResponse::Account::OnlyfansData } |