Class: Onlyfans::Models::AuthenticatePollStatusResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Onlyfans::Models::AuthenticatePollStatusResponse
- Defined in:
- lib/onlyfans/models/authenticate_poll_status_response.rb
Overview
Defined Under Namespace
Classes: Account, LastAttempt
Instance Attribute Summary collapse
- #account ⇒ Onlyfans::Models::AuthenticatePollStatusResponse::Account?
- #last_attempt ⇒ Onlyfans::Models::AuthenticatePollStatusResponse::LastAttempt?
- #progress ⇒ String?
- #state ⇒ String?
Instance Method Summary collapse
- #initialize(user: nil) ⇒ Object constructor
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(user: nil) ⇒ Object
|
|
# File 'lib/onlyfans/models/authenticate_poll_status_response.rb', line 29
|
Instance Attribute Details
#account ⇒ Onlyfans::Models::AuthenticatePollStatusResponse::Account?
10 |
# File 'lib/onlyfans/models/authenticate_poll_status_response.rb', line 10 optional :account, -> { Onlyfans::Models::AuthenticatePollStatusResponse::Account } |
#last_attempt ⇒ Onlyfans::Models::AuthenticatePollStatusResponse::LastAttempt?
15 16 17 |
# File 'lib/onlyfans/models/authenticate_poll_status_response.rb', line 15 optional :last_attempt, -> { Onlyfans::Models::AuthenticatePollStatusResponse::LastAttempt }, api_name: :lastAttempt |
#progress ⇒ String?
22 |
# File 'lib/onlyfans/models/authenticate_poll_status_response.rb', line 22 optional :progress, String |
#state ⇒ String?
27 |
# File 'lib/onlyfans/models/authenticate_poll_status_response.rb', line 27 optional :state, String |