Class: Onlyfans::Models::AuthenticatePollStatusResponse::LastAttempt
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
|
#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
|