Module: WhopSDK::Models::CustomCta

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

Overview

The different types of custom CTAs that can be selected.

Constant Summary collapse

GET_ACCESS =

Returns:

  • (:get_access)
:get_access
JOIN =

Returns:

  • (:join)
:join
ORDER_NOW =

Returns:

  • (:order_now)
:order_now
SHOP_NOW =

Returns:

  • (:shop_now)
:shop_now
CALL_NOW =

Returns:

  • (:call_now)
:call_now
:donate_now
CONTACT_US =

Returns:

  • (:contact_us)
:contact_us
SIGN_UP =

Returns:

  • (:sign_up)
:sign_up
SUBSCRIBE =

Returns:

  • (:subscribe)
:subscribe
PURCHASE =

Returns:

  • (:purchase)
:purchase
GET_OFFER =

Returns:

  • (:get_offer)
:get_offer
APPLY_NOW =

Returns:

  • (:apply_now)
:apply_now
COMPLETE_ORDER =

Returns:

  • (:complete_order)
:complete_order

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

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/whop_sdk/models/custom_cta.rb', line 23

Instance Method Details

#self?.values::Array[WhopSDK::Models::custom_cta]

Returns:

  • (::Array[WhopSDK::Models::custom_cta])


35
# File 'sig/whop_sdk/models/custom_cta.rbs', line 35

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