Class: XTwitterScraper::Models::X::AccountConnectionAttemptRetrieveResponse::Success
- 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
67
|
# File 'sig/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rbs', line 67
def initialize: (
|
Instance Attribute Details
#id ⇒ String
73
|
# File 'lib/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rb', line 73
required :id, String
|
#object ⇒ Symbol, :x_account_connection_attempt
78
|
# File 'lib/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rb', line 78
required :object, const: :x_account_connection_attempt
|
#status ⇒ Symbol, :success
83
|
# File 'lib/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rb', line 83
required :status, const: :success
|
Instance Method Details
#to_hash ⇒ {
73
|
# File 'sig/x_twitter_scraper/models/x/account_connection_attempt_retrieve_response.rbs', line 73
def to_hash: -> {
|