Module: WhopSDK::Models::AdUpdateParams::CallToAction
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/whop_sdk/models/ad_update_params.rb,
sig/whop_sdk/models/ad_update_params.rbs
Overview
The call-to-action button shown on the ad.
Constant Summary collapse
- APPLY_NOW =
:apply_now- BOOK_NOW =
:book_now- CALL_NOW =
:call_now- CONTACT_US =
:contact_us- DOWNLOAD =
:download- GET_DIRECTIONS =
:get_directions- GET_OFFER =
:get_offer- GET_QUOTE =
:get_quote- LEARN_MORE =
:learn_more- LISTEN_NOW =
:listen_now- MESSAGE_PAGE =
:message_page- NO_BUTTON =
:no_button- OPEN_LINK =
:open_link- ORDER_NOW =
:order_now- REQUEST_TIME =
:request_time- SEE_DETAILS =
:see_details- SEE_MENU =
:see_menu- SEND_UPDATES =
:send_updates- SHOP_NOW =
:shop_now- SIGN_UP =
:sign_up- SUBSCRIBE =
:subscribe- WATCH_MORE =
:watch_more
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::AdUpdateParams::call_to_action]
192 |
# File 'sig/whop_sdk/models/ad_update_params.rbs', line 192
def self?.values: -> ::Array[WhopSDK::Models::AdUpdateParams::call_to_action]
|