Module: WhopSDK::Models::SocialAccountPost::CallToAction
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/whop_sdk/models/social_account_post.rb,
sig/whop_sdk/models/social_account_post.rbs
Overview
The post's call-to-action button, for example shop_now (Facebook only; null for Instagram).
Constant Summary collapse
- LEARN_MORE =
:learn_more- SHOP_NOW =
:shop_now- SIGN_UP =
:sign_up- SUBSCRIBE =
:subscribe- GET_STARTED =
:get_started- BOOK_NOW =
:book_now- APPLY_NOW =
:apply_now- CONTACT_US =
:contact_us- DOWNLOAD =
:download- ORDER_NOW =
:order_now- BUY_NOW =
:buy_now- GET_QUOTE =
:get_quote- MESSAGE_PAGE =
:message_page- WHATSAPP_MESSAGE =
:whatsapp_message- INSTAGRAM_MESSAGE =
:instagram_message- CALL_NOW =
:call_now- GET_DIRECTIONS =
:get_directions- SEND_UPDATES =
:send_updates- GET_OFFER =
:get_offer- WATCH_MORE =
:watch_more- LISTEN_NOW =
:listen_now- PLAY_GAME =
:play_game- OPEN_LINK =
:open_link- NO_BUTTON =
:no_button- GET_OFFER_VIEW =
:get_offer_view- GET_EVENT_TICKETS =
:get_event_tickets- SEE_MENU =
:see_menu- REQUEST_TIME =
:request_time- EVENT_RSVP =
:event_rsvp- SEE_DETAILS =
:see_details- VIEW_INSTAGRAM_PROFILE =
:view_instagram_profile
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>
|
|
# File 'lib/whop_sdk/models/social_account_post.rb', line 94
|
Instance Method Details
#self?.values ⇒ ::Array[WhopSDK::Models::SocialAccountPost::call_to_action]
107 |
# File 'sig/whop_sdk/models/social_account_post.rbs', line 107
def self?.values: -> ::Array[WhopSDK::Models::SocialAccountPost::call_to_action]
|