Module: Onlyfans::Models::SavedForLater::Messages::SettingEnableOrUpdateAutomaticMessagingParams::Period

Extended by:
Internal::Type::Enum
Defined in:
lib/onlyfans/models/saved_for_later/messages/setting_enable_or_update_automatic_messaging_params.rb

Overview

The automatic messaging interval (in hours)

Constant Summary collapse

PERIOD_6 =
6
PERIOD_12 =
12
PERIOD_24 =
24
PERIOD_48 =
48

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<Integer>

Returns:

  • (Array<Integer>)


# File 'lib/onlyfans/models/saved_for_later/messages/setting_enable_or_update_automatic_messaging_params.rb', line 40