Class: XTwitterScraper::Models::X::AccountConnectionAttemptRetrieveResponse::Failed
- Inherits:
-
Internal::Type::BaseModel
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
Defined Under Namespace
Modules: Object, Status
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
113
|
# File 'sig/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rbs', line 113
def initialize: (
|
Instance Attribute Details
#error ⇒ String
114
|
# File 'lib/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rb', line 114
required :error, String
|
#id ⇒ String
109
|
# File 'lib/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rb', line 109
required :id, String
|
#object ⇒ Symbol, :x_account_connection_attempt
119
|
# File 'lib/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rb', line 119
required :object, const: :x_account_connection_attempt
|
#reason ⇒ String?
134
|
# File 'lib/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rb', line 134
optional :reason, String
|
#retryable ⇒ Boolean
124
|
# File 'lib/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rb', line 124
required :retryable, XTwitterScraper::Internal::Type::Boolean
|
#status ⇒ Symbol, :failed
129
|
# File 'lib/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rb', line 129
required :status, const: :failed
|
Instance Method Details
#to_hash ⇒ {
122
|
# File 'sig/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rbs', line 122
def to_hash: -> {
|