Module: Onlyfans::Models::NotificationListParams::Type

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

Overview

Filter notifications by a specific type

Constant Summary collapse

ALL =

Returns:

  • (:all)
:all
SUBSCRIPTIONS =

Returns:

  • (:subscriptions)
:subscriptions
ONLYFANS =

Returns:

  • (:onlyfans)
:onlyfans
PURCHASES =

Returns:

  • (:purchases)
:purchases
TIPS =

Returns:

  • (:tips)
:tips
TAGS =

Returns:

  • (:tags)
:tags
COMMENTS =

Returns:

  • (:comments)
:comments
MENTIONS =

Returns:

  • (:mentions)
:mentions
LIKES =

Returns:

  • (:likes)
:likes
PROMOTIONS =

Returns:

  • (:promotions)
:promotions

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

.values ⇒ Array<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/onlyfans/models/notification_list_params.rb', line 82

Instance Method Details

#self?.values ⇒ ::Array[Onlyfans::Models::NotificationListParams::type_]

Returns:

  • (::Array[Onlyfans::Models::NotificationListParams::type_])


94
# File 'sig/onlyfans/models/notification_list_params.rbs', line 94

def self?.values: -> ::Array[Onlyfans::Models::NotificationListParams::type_]