Class: Onlyfans::Models::AuthenticatePollStatusResponse::LastAttempt
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/onlyfans/models/authenticate_poll_status_response.rb,
sig/onlyfans/models/authenticate_poll_status_response.rbs
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(completed_at: nil, error_code: nil, error_message: nil, needs_otp: nil, otp_phone_ending: nil, started_at: nil, success: nil) ⇒ Object
|
# File 'lib/onlyfans/models/authenticate_poll_status_response.rb', line 912
|
Instance Attribute Details
#completed_at ⇒ String?
880
|
# File 'lib/onlyfans/models/authenticate_poll_status_response.rb', line 880
optional :completed_at, String
|
#error_code ⇒ String?
885
|
# File 'lib/onlyfans/models/authenticate_poll_status_response.rb', line 885
optional :error_code, String, nil?: true
|
#error_message ⇒ String?
890
|
# File 'lib/onlyfans/models/authenticate_poll_status_response.rb', line 890
optional :error_message, String, nil?: true
|
#needs_otp ⇒ Boolean?
895
|
# File 'lib/onlyfans/models/authenticate_poll_status_response.rb', line 895
optional :needs_otp, Onlyfans::Internal::Type::Boolean
|
#otp_phone_ending ⇒ String?
900
|
# File 'lib/onlyfans/models/authenticate_poll_status_response.rb', line 900
optional :otp_phone_ending, String, nil?: true
|
#started_at ⇒ String?
905
|
# File 'lib/onlyfans/models/authenticate_poll_status_response.rb', line 905
optional :started_at, String
|
#success ⇒ Boolean?
910
|
# File 'lib/onlyfans/models/authenticate_poll_status_response.rb', line 910
optional :success, Onlyfans::Internal::Type::Boolean
|
Instance Method Details
#to_hash ⇒ {
1046
|
# File 'sig/onlyfans/models/authenticate_poll_status_response.rbs', line 1046
def to_hash: -> {
|