Module: WhopSDK::Models::EventCreateParams::ActionSource

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

Overview

The channel where an event originated

Constant Summary collapse

EMAIL =

Returns:

  • (:email)
:email
WEBSITE =

Returns:

  • (:website)
:website
APP =

Returns:

  • (:app)
:app
PHONE_CALL =

Returns:

  • (:phone_call)
:phone_call
CHAT =

Returns:

  • (:chat)
:chat
PHYSICAL_STORE =

Returns:

  • (:physical_store)
:physical_store
SYSTEM_GENERATED =

Returns:

  • (:system_generated)
:system_generated
BUSINESS_MESSAGING =

Returns:

  • (:business_messaging)
:business_messaging
OTHER =

Returns:

  • (:other)
:other

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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

Instance Method Details

#self?.values::Array[WhopSDK::Models::EventCreateParams::action_source]

Returns:

  • (::Array[WhopSDK::Models::EventCreateParams::action_source])


161
# File 'sig/whop_sdk/models/event_create_params.rbs', line 161

def self?.values: -> ::Array[WhopSDK::Models::EventCreateParams::action_source]