Module: WhopSDK::Models::CustomCta

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

Overview

The different types of custom CTAs that can be selected.

Constant Summary collapse

GET_ACCESS =
:get_access
JOIN =
:join
ORDER_NOW =
:order_now
SHOP_NOW =
:shop_now
CALL_NOW =
:call_now
:donate_now
CONTACT_US =
:contact_us
SIGN_UP =
:sign_up
SUBSCRIBE =
:subscribe
PURCHASE =
:purchase
GET_OFFER =
:get_offer
APPLY_NOW =
:apply_now
COMPLETE_ORDER =
:complete_order

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

Returns:

  • (Array<Symbol>)


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