Class: XTwitterScraper::Models::X::AccountConnectionAttemptRetrieveResponse::XAccountConnectionAttemptPending
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- XTwitterScraper::Models::X::AccountConnectionAttemptRetrieveResponse::XAccountConnectionAttemptPending
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
30
|
# File 'sig/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rbs', line 30
def initialize: (
|
Instance Attribute Details
#id ⇒ String
28
|
# File 'lib/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rb', line 28
required :id, String
|
#object ⇒ Symbol, :x_account_connection_attempt
33
|
# File 'lib/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rb', line 33
required :object, const: :x_account_connection_attempt
|
#poll_after_ms ⇒ Integer
38
|
# File 'lib/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rb', line 38
required :poll_after_ms, Integer, api_name: :pollAfterMs
|
#status ⇒ Symbol, :pending
43
|
# File 'lib/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rb', line 43
required :status, const: :pending
|
Instance Method Details
#to_hash ⇒ {
37
|
# File 'sig/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rbs', line 37
def to_hash: -> {
|