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).

See Also:

  • WhopSDK::Models::SocialAccountPost#call_to_action

Constant Summary collapse

LEARN_MORE =

Returns:

  • (:learn_more)
:learn_more
SHOP_NOW =

Returns:

  • (:shop_now)
:shop_now
SIGN_UP =

Returns:

  • (:sign_up)
:sign_up
SUBSCRIBE =

Returns:

  • (:subscribe)
:subscribe
GET_STARTED =

Returns:

  • (:get_started)
:get_started
BOOK_NOW =

Returns:

  • (:book_now)
:book_now
APPLY_NOW =

Returns:

  • (:apply_now)
:apply_now
CONTACT_US =

Returns:

  • (:contact_us)
:contact_us
DOWNLOAD =

Returns:

  • (:download)
:download
ORDER_NOW =

Returns:

  • (:order_now)
:order_now
BUY_NOW =

Returns:

  • (:buy_now)
:buy_now
GET_QUOTE =

Returns:

  • (:get_quote)
:get_quote
MESSAGE_PAGE =

Returns:

  • (:message_page)
:message_page
WHATSAPP_MESSAGE =

Returns:

  • (:whatsapp_message)
:whatsapp_message
INSTAGRAM_MESSAGE =

Returns:

  • (:instagram_message)
:instagram_message
CALL_NOW =

Returns:

  • (:call_now)
:call_now
GET_DIRECTIONS =

Returns:

  • (:get_directions)
:get_directions
SEND_UPDATES =

Returns:

  • (:send_updates)
:send_updates
GET_OFFER =

Returns:

  • (:get_offer)
:get_offer
WATCH_MORE =

Returns:

  • (:watch_more)
:watch_more
LISTEN_NOW =

Returns:

  • (:listen_now)
:listen_now
PLAY_GAME =

Returns:

  • (:play_game)
:play_game
:open_link
NO_BUTTON =

Returns:

  • (:no_button)
:no_button
GET_OFFER_VIEW =

Returns:

  • (:get_offer_view)
:get_offer_view
GET_EVENT_TICKETS =

Returns:

  • (:get_event_tickets)
:get_event_tickets
SEE_MENU =

Returns:

  • (:see_menu)
:see_menu
REQUEST_TIME =

Returns:

  • (:request_time)
:request_time
EVENT_RSVP =

Returns:

  • (:event_rsvp)
:event_rsvp
SEE_DETAILS =

Returns:

  • (:see_details)
:see_details
VIEW_INSTAGRAM_PROFILE =

Returns:

  • (: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

.valuesArray<Symbol>

Returns:

  • (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]

Returns:

  • (::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]