Module: XTwitterScraper::Models::ExtractionRunParams::ToolType

Extended by:
Internal::Type::Enum
Defined in:
lib/x_twitter_scraper/models/extraction_run_params.rb

Overview

Identifier for the extraction tool used to run a job.

Constant Summary collapse

ARTICLE_EXTRACTOR =
:article_extractor
COMMUNITY_EXTRACTOR =
:community_extractor
COMMUNITY_MODERATOR_EXPLORER =
:community_moderator_explorer
COMMUNITY_POST_EXTRACTOR =
:community_post_extractor
COMMUNITY_SEARCH =
:community_search
FOLLOWER_EXPLORER =
:follower_explorer
FOLLOWING_EXPLORER =
:following_explorer
LIST_FOLLOWER_EXPLORER =
:list_follower_explorer
LIST_MEMBER_EXTRACTOR =
:list_member_extractor
LIST_POST_EXTRACTOR =
:list_post_extractor
MENTION_EXTRACTOR =
:mention_extractor
PEOPLE_SEARCH =
:people_search
POST_EXTRACTOR =
:post_extractor
QUOTE_EXTRACTOR =
:quote_extractor
REPLY_EXTRACTOR =
:reply_extractor
REPOST_EXTRACTOR =
:repost_extractor
SPACE_EXPLORER =
:space_explorer
THREAD_EXTRACTOR =
:thread_extractor
TWEET_SEARCH_EXTRACTOR =
:tweet_search_extractor
VERIFIED_FOLLOWER_EXPLORER =
:verified_follower_explorer

Class 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_params.rb', line 112