Class: XTwitterScraper::Models::X::AccountConnectionAttemptRetrieveResponse::XAccountConnectionAttemptFailed
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- XTwitterScraper::Models::X::AccountConnectionAttemptRetrieveResponse::XAccountConnectionAttemptFailed
show all
- Defined in:
- lib/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rb,
sig/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rbs
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 ⇒ Object
97
|
# File 'sig/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rbs', line 97
def initialize: (
|
Instance Attribute Details
#error ⇒ String
87
|
# File 'lib/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rb', line 87
required :error, String
|
#id ⇒ String
82
|
# File 'lib/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rb', line 82
required :id, String
|
#object ⇒ Symbol, :x_account_connection_attempt
92
|
# File 'lib/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rb', line 92
required :object, const: :x_account_connection_attempt
|
#reason ⇒ String?
107
|
# File 'lib/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rb', line 107
optional :reason, String
|
#retryable ⇒ Boolean
97
|
# File 'lib/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rb', line 97
required :retryable, XTwitterScraper::Internal::Type::Boolean
|
#status ⇒ Symbol, :failed
102
|
# File 'lib/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rb', line 102
required :status, const: :failed
|
Instance Method Details
#to_hash ⇒ {
106
|
# File 'sig/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rbs', line 106
def to_hash: -> {
|