Module: XTwitterScraper::Models::AccountUpdateLocaleParams::Locale
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/x_twitter_scraper/models/account_update_locale_params.rb,
sig/x_twitter_scraper/models/account_update_locale_params.rbs
Constant Summary collapse
- EN =
:en- TR =
:tr- ES =
:es
Class Method Summary collapse
Instance Method Summary collapse
- #initialize(locale:, request_options: {}) ⇒ Object
- #self?.values ⇒ ::Array[XTwitterScraper::Models::AccountUpdateLocaleParams::locale]
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
.values ⇒ Array<Symbol>
|
|
# File 'lib/x_twitter_scraper/models/account_update_locale_params.rb', line 26
|
Instance Method Details
#initialize(locale:, request_options: {}) ⇒ Object
19 20 21 22 23 24 25 26 27 28 |
# File 'lib/x_twitter_scraper/models/account_update_locale_params.rb', line 19 module Locale extend XTwitterScraper::Internal::Type::Enum EN = :en TR = :tr ES = :es # @!method self.values # @return [Array<Symbol>] end |
#self?.values ⇒ ::Array[XTwitterScraper::Models::AccountUpdateLocaleParams::locale]
32 |
# File 'sig/x_twitter_scraper/models/account_update_locale_params.rbs', line 32
def self?.values: -> ::Array[XTwitterScraper::Models::AccountUpdateLocaleParams::locale]
|