Class: XTwitterScraper::Models::X::UserRetrieveFollowersResponse::UserListCoverageResponse

Inherits:
PaginatedUsers show all
Defined in:
lib/x_twitter_scraper/models/x/user_retrieve_followers_response.rb,
sig/x_twitter_scraper/models/x/user_retrieve_followers_response.rbs

Defined Under Namespace

Modules: HasNextPage, NextCursor Classes: Diagnostic

Instance Attribute Summary collapse

Attributes inherited from PaginatedUsers

#users

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], 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

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initializeObject



37
# File 'sig/x_twitter_scraper/models/x/user_retrieve_followers_response.rbs', line 37

def initialize: (

Instance Attribute Details

#diagnosticXTwitterScraper::Models::X::UserRetrieveFollowersResponse::UserListCoverageResponse::Diagnostic

Coverage evidence across parallel relationship strategies.



27
28
# File 'lib/x_twitter_scraper/models/x/user_retrieve_followers_response.rb', line 27

required :diagnostic,
-> { XTwitterScraper::Models::X::UserRetrieveFollowersResponse::UserListCoverageResponse::Diagnostic }

#has_next_pageBoolean, ...



33
34
# File 'lib/x_twitter_scraper/models/x/user_retrieve_followers_response.rb', line 33

optional :has_next_page,
enum: -> { XTwitterScraper::Models::X::UserRetrieveFollowersResponse::UserListCoverageResponse::HasNextPage }

#next_cursorSymbol, ...



39
40
# File 'lib/x_twitter_scraper/models/x/user_retrieve_followers_response.rb', line 39

optional :next_cursor,
enum: -> { XTwitterScraper::Models::X::UserRetrieveFollowersResponse::UserListCoverageResponse::NextCursor }

Class Method Details

.valuesArray<Boolean>

Returns:

  • (Array<Boolean>)


# File 'lib/x_twitter_scraper/models/x/user_retrieve_followers_response.rb', line 211

Instance Method Details

#to_hash{

Returns:

  • ({)


43
# File 'sig/x_twitter_scraper/models/x/user_retrieve_followers_response.rbs', line 43

def to_hash: -> {