Module: XTwitterScraper::Models::ExtractionRunResponse::ToolType

Extended by:
Internal::Type::Enum
Defined in:
lib/x_twitter_scraper/models/extraction_run_response.rb,
sig/x_twitter_scraper/models/extraction_run_response.rbs

Overview

Identifier for the extraction tool used to run a job.

See Also:

  • XTwitterScraper::Models::ExtractionRunResponse#tool_type

Constant Summary collapse

ARTICLE_EXTRACTOR =

Returns:

  • (:article_extractor)
:article_extractor
COMMUNITY_EXTRACTOR =

Returns:

  • (:community_extractor)
:community_extractor
COMMUNITY_MODERATOR_EXPLORER =

Returns:

  • (:community_moderator_explorer)
:community_moderator_explorer
COMMUNITY_POST_EXTRACTOR =

Returns:

  • (:community_post_extractor)
:community_post_extractor
COMMUNITY_SEARCH =

Returns:

  • (:community_search)
:community_search
FOLLOWER_EXPLORER =

Returns:

  • (:follower_explorer)
:follower_explorer
FOLLOWING_EXPLORER =

Returns:

  • (:following_explorer)
:following_explorer
LIST_FOLLOWER_EXPLORER =

Returns:

  • (:list_follower_explorer)
:list_follower_explorer
LIST_MEMBER_EXTRACTOR =

Returns:

  • (:list_member_extractor)
:list_member_extractor
LIST_POST_EXTRACTOR =

Returns:

  • (:list_post_extractor)
:list_post_extractor
MENTION_EXTRACTOR =

Returns:

  • (:mention_extractor)
:mention_extractor
PEOPLE_SEARCH =

Returns:

  • (:people_search)
:people_search
POST_EXTRACTOR =

Returns:

  • (:post_extractor)
:post_extractor
QUOTE_EXTRACTOR =

Returns:

  • (:quote_extractor)
:quote_extractor
REPLY_EXTRACTOR =

Returns:

  • (:reply_extractor)
:reply_extractor
REPOST_EXTRACTOR =

Returns:

  • (:repost_extractor)
:repost_extractor
SPACE_EXPLORER =

Returns:

  • (:space_explorer)
:space_explorer
THREAD_EXTRACTOR =

Returns:

  • (:thread_extractor)
:thread_extractor
TWEET_SEARCH_EXTRACTOR =

Returns:

  • (:tweet_search_extractor)
:tweet_search_extractor
VERIFIED_FOLLOWER_EXPLORER =

Returns:

  • (:verified_follower_explorer)
:verified_follower_explorer

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

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

Methods included from Internal::Type::Converter

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

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/x_twitter_scraper/models/extraction_run_response.rb', line 59

Instance Method Details

#self?.values::Array[XTwitterScraper::Models::ExtractionRunResponse::tool_type]

Returns:

  • (::Array[XTwitterScraper::Models::ExtractionRunResponse::tool_type])


75
# File 'sig/x_twitter_scraper/models/extraction_run_response.rbs', line 75

def self?.values: -> ::Array[XTwitterScraper::Models::ExtractionRunResponse::tool_type]