Class: XTwitterScraper::Models::X::UserRetrieveVerifiedFollowersResponse::UserListCoverageResponse
- Inherits:
-
PaginatedUsers
- Object
- Internal::Type::BaseModel
- PaginatedUsers
- XTwitterScraper::Models::X::UserRetrieveVerifiedFollowersResponse::UserListCoverageResponse
- Defined in:
- lib/x_twitter_scraper/models/x/user_retrieve_verified_followers_response.rb,
sig/x_twitter_scraper/models/x/user_retrieve_verified_followers_response.rbs
Defined Under Namespace
Modules: HasNextPage, NextCursor Classes: Diagnostic
Instance Attribute Summary collapse
-
#diagnostic ⇒ XTwitterScraper::Models::X::UserRetrieveVerifiedFollowersResponse::UserListCoverageResponse::Diagnostic
Coverage evidence across parallel relationship strategies.
- #has_next_page ⇒ Boolean, ...
- #next_cursor ⇒ Symbol, ...
Attributes inherited from PaginatedUsers
Class Method Summary collapse
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
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
#initialize ⇒ Object
37 |
# File 'sig/x_twitter_scraper/models/x/user_retrieve_verified_followers_response.rbs', line 37
def initialize: (
|
Instance Attribute Details
#diagnostic ⇒ XTwitterScraper::Models::X::UserRetrieveVerifiedFollowersResponse::UserListCoverageResponse::Diagnostic
Coverage evidence across parallel relationship strategies.
27 28 |
# File 'lib/x_twitter_scraper/models/x/user_retrieve_verified_followers_response.rb', line 27 required :diagnostic, -> { XTwitterScraper::Models::X::UserRetrieveVerifiedFollowersResponse::UserListCoverageResponse::Diagnostic } |
#has_next_page ⇒ Boolean, ...
33 34 |
# File 'lib/x_twitter_scraper/models/x/user_retrieve_verified_followers_response.rb', line 33 optional :has_next_page, enum: -> { XTwitterScraper::Models::X::UserRetrieveVerifiedFollowersResponse::UserListCoverageResponse::HasNextPage } |
#next_cursor ⇒ Symbol, ...
39 40 |
# File 'lib/x_twitter_scraper/models/x/user_retrieve_verified_followers_response.rb', line 39 optional :next_cursor, enum: -> { XTwitterScraper::Models::X::UserRetrieveVerifiedFollowersResponse::UserListCoverageResponse::NextCursor } |
Class Method Details
.values ⇒ Array<Boolean>
|
|
# File 'lib/x_twitter_scraper/models/x/user_retrieve_verified_followers_response.rb', line 215
|
Instance Method Details
#to_hash ⇒ {
43 |
# File 'sig/x_twitter_scraper/models/x/user_retrieve_verified_followers_response.rbs', line 43
def to_hash: -> {
|